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.

44 lines
559 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. #include <ntosp.h>
  20. #include <zwapi.h>
  21. #include <ndis.h>
  22. #include <tdikrnl.h>
  23. #include <cxport.h>
  24. #include <isnipx.h>
  25. #include <bind.h>
  26. #include "isnnb.h"
  27. #include "config.h"
  28. #include "nbitypes.h"
  29. #include "nbiprocs.h"