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.

41 lines
403 B

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. isn.h
  5. Abstract:
  6. Private include file for the ISN transport.
  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 <ntddk.h>
  20. #include <tdikrnl.h>
  21. #include <ndis.h>
  22. #include <cxport.h>
  23. #include <bind.h>