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.

39 lines
598 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. #define COREPOL_HEADERFILE_IS_INCLUDED
  18. #ifndef POLARITY
  19. #if 1
  20. #define POLARITY __declspec( dllimport )
  21. #else
  22. #define POLARITY
  23. #endif
  24. #endif
  25. #define STRSAFE_NO_DEPRECATE
  26. #include <strsafe.h>
  27. #define COREPROX_POLARITY __declspec( dllimport )