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.

59 lines
832 B

  1. /*++
  2. Copyright (c) 2000-2000 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompilation header file.
  7. Author:
  8. Mohammad Shabbir Alam (MAlam) 3-30-2000
  9. Revision History:
  10. --*/
  11. //
  12. // These are needed for CTE
  13. //
  14. #pragma once
  15. #if DBG
  16. #define DEBUG 1
  17. #endif
  18. #define NT 1
  19. #pragma warning( disable : 4103 )
  20. #if(WINVER > 0x0500)
  21. #include <ntosp.h>
  22. #include <stddef.h> // for FILE_LOGGING
  23. #include <wmikm.h> // for FILE_LOGGING
  24. #else
  25. #include <ntos.h>
  26. #include <status.h>
  27. #include <ntstatus.h>
  28. #endif // WINVER
  29. #include <ipexport.h>
  30. #include <fipsapi.h>
  31. #include <zwapi.h>
  32. #include <tdikrnl.h>
  33. #include <cxport.h>
  34. #include <tdi.h>
  35. #include <RmCommon.h>
  36. #include <Types.h>
  37. #include <Macroes.h>
  38. #include <DrvProcs.h>
  39. #pragma hdrstop