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.

22 lines
418 B

  1. #ifndef DUEXTS__PreComp_h__INCLUDED
  2. #define DUEXTS__PreComp_h__INCLUDED
  3. // This is a 64 bit aware debugger extension
  4. #define KDEXT_64BIT
  5. #include <nt.h>
  6. #include <ntrtl.h>
  7. #include <nturtl.h>
  8. #include <excpt.h>
  9. #include <stdio.h>
  10. #include <limits.h>
  11. #include <string.h>
  12. #include <ntstatus.h>
  13. #include <windows.h>
  14. #include <DUser.h>
  15. #include "DuExts.h"
  16. #endif // DUEXTS__PreComp_h__INCLUDED