Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
758 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iastl.cpp
  8. //
  9. // SYNOPSIS
  10. //
  11. // Used to compile iastlimp.cpp with IAS specific definitions.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 08/12/1998 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #include <ias.h>
  19. ///////////////////////////////////////////////////////////////////////////////
  20. //
  21. // IASTL implementation.
  22. //
  23. ///////////////////////////////////////////////////////////////////////////////
  24. #include <iastlutl.h>
  25. #include <iastlimp.cpp>
  26. void IASTL::issue_error(HRESULT hr) { _com_issue_error(hr); }