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.

45 lines
538 B

  1. /*++
  2. Copyright (c) 1993-1995 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompilation header file.
  7. Author:
  8. Adam Barr (adamba) 08-Sep-1993
  9. Revision History:
  10. --*/
  11. #define ISN_NT 1
  12. //
  13. // These are needed for CTE
  14. //
  15. #if DBG
  16. #define DEBUG 1
  17. #endif
  18. #define NT 1
  19. #define _HIPX_SUBAGNT
  20. #include <ntosp.h>
  21. #include <tdikrnl.h>
  22. #include <ndis.h>
  23. #include <cxport.h>
  24. #include <bind.h>
  25. #include "isnipx.h"
  26. #include "config.h"
  27. #include "mac.h"
  28. #include "ipxtypes.h"
  29. #include "ipxprocs.h"
  30. #include <wsnwlink.h>