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.

35 lines
547 B

  1. #if DBG
  2. #define DEBUG 1
  3. #endif
  4. #define NT 1
  5. #define _PNP_POWER 1
  6. #define SECFLTR 1
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. #include <ntverp.h>
  11. #include <windows.h>
  12. #include <ntosp.h>
  13. #include <ndis.h>
  14. #include <cxport.h>
  15. #include <wdbgexts.h>
  16. #include <string.h>
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. #include "gpcifc.h"
  20. #include "rhizome.h"
  21. #include "pathash.h"
  22. #include "handfact.h"
  23. #include "ntddgpc.h"
  24. #include "gpcstruc.h"
  25. #include "refcnt.h"
  26. #include "gpcdef.h"
  27. #include "gpcdbg.h"
  28. #include "gpcmap.h"
  29. #pragma hdrstop