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.

45 lines
809 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. #include <polarity.h>
  15. #define _WINNT_ // have what is needed from above
  16. #include <ole2.h>
  17. #include <windows.h>
  18. #include <corepol.h>
  19. #ifdef USE_POLARITY
  20. #ifdef BUILDING_DLL
  21. #define CORE_POLARITY __declspec( dllexport )
  22. #else
  23. #define CORE_POLARITY __declspec( dllimport )
  24. #endif
  25. #else
  26. #define CORE_POLARITY
  27. #endif
  28. #define STRSAFE_NO_DEPRECATE
  29. #include <strsafe.h>
  30. #undef LOCALE_INVARIANT
  31. #define LOCALE_INVARIANT MAKELCID(MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), SORT_DEFAULT)
  32. #include <strutils.h>