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.

29 lines
559 B

  1. #ifndef USEREXTS
  2. #define USEREXTS
  3. // This is a 64 bit aware debugger extension
  4. #define KDEXT_64BIT
  5. #define NOWINBASEINTERLOCK
  6. #include "ntosp.h"
  7. #include <w32p.h>
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. #include <excpt.h>
  12. #include <atom.h>
  13. #include <stdio.h>
  14. #include <stdlib.h>
  15. #include <limits.h>
  16. #include <ntddkbd.h>
  17. #include <ntddmou.h>
  18. #include <string.h>
  19. #include <ntstatus.h>
  20. #include <windows.h>
  21. #include <ntddvdeo.h>
  22. #include <ntcsrsrv.h>
  23. #include <wmistr.h>
  24. #include <wmidata.h>
  25. #endif /* USEREXTS */