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.

40 lines
605 B

  1. #define ISN_NT 1
  2. //
  3. // These are needed for CTE
  4. //
  5. #if DBG
  6. #define DEBUG 1
  7. #endif
  8. #define NT 1
  9. #define _PNP_POWER 1
  10. #define SECFLTR 1
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <ntverp.h>
  15. #include <windef.h>
  16. #include <winbase.h>
  17. #include <ntosp.h>
  18. #include <wdbgexts.h>
  19. #include <stdio.h>
  20. #include <stdlib.h>
  21. #include <nb30.h>
  22. #include <cxport.h>
  23. #include <ndis.h>
  24. #include <tdikrnl.h>
  25. #include "nbfconst.h"
  26. #include "nbfmac.h"
  27. #include "nbfhdrs.h"
  28. #include "nbfcnfg.h"
  29. #include "nbftypes.h"
  30. #include "nbfprocs.h"
  31. #include "nbfcom.h"
  32. #include "traverse.h"
  33. #include "cteext.h"