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.

43 lines
702 B

  1. /*++
  2. Copyright (C) 1996-2001 Microsoft Corporation
  3. Module Name:
  4. Precomp.h
  5. Abstract:
  6. History:
  7. --*/
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. #include <ntobapi.h>
  12. #include <ntpsapi.h>
  13. #include <ntexapi.h>
  14. #define _WINNT_ // have what is needed from above
  15. #include <ole2.h>
  16. #include <windows.h>
  17. #include <corepol.h>
  18. #ifdef USE_POLARITY
  19. #ifdef BUILDING_DLL
  20. #define COREPROX_POLARITY __declspec( dllexport )
  21. #else
  22. #define COREPROX_POLARITY __declspec( dllimport )
  23. #endif
  24. #else
  25. #define COREPROX_POLARITY
  26. #endif
  27. #define STRSAFE_NO_DEPRECATE
  28. #include <strsafe.h>
  29. #include <strutils.h>
  30. #include <wbemutil.h>