Source code of Windows XP (NT5)
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.

49 lines
554 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. #include <ntosp.h>
  21. #include <zwapi.h>
  22. #include <ndis.h>
  23. #include <tdikrnl.h>
  24. #include <cxport.h>
  25. #include <tdi.h>
  26. #include <RmCommon.h>
  27. #include <Types.h>
  28. #include <Macroes.h>
  29. #include <DrvProcs.h>
  30. #pragma hdrstop