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.

33 lines
639 B

  1. /*++
  2. Copyright (C) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #pragma warning (disable : 4786)
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. #define WIN32_NO_STATUS
  12. #include <ole2.h>
  13. #include <windows.h>
  14. #define COREPOL_HEADERFILE_IS_INCLUDED
  15. #define COREPROX_POLARITY __declspec( dllimport )
  16. #define ESSLIB_POLARITY __declspec( dllimport )
  17. #define COREPOL_HEADERFILE_IS_INCLUDED
  18. #define POLARITY_HEADERFILE_IS_INCLUDED
  19. #define POLARITY __declspec( dllimport )
  20. #include <comdef.h>
  21. #include <strsafe.h>
  22. #include "arena.h"
  23. #include <helper.h>
  24. #include <autoptr.h>