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.

32 lines
499 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 <ntverp.h>
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. //
  12. // Prevent hal.h, included in ntos.h from overriding _BUS_DATA_TYPE
  13. // enum found in ntioapi.h, included from nt.h.
  14. //
  15. #define _HAL_
  16. #include <ntos.h>
  17. #include <windows.h>
  18. #include <wdbgexts.h>
  19. #include <stdio.h>
  20. #include <stdlib.h>
  21. #include <winsock2.h>
  22. //#define _NTIFS_
  23. #undef Ioctl
  24. #include "clusdskp.h"
  25. #include "clusdisk.h"