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.

13 lines
181 B

  1. #ifdef WIN32
  2. #define NTBUILD
  3. #endif
  4. #ifdef NTBUILD
  5. #include <nt.h>
  6. #include <ntrtl.h>
  7. #include <nturtl.h>
  8. #endif
  9. #include <windows.h>
  10. #include <port1632.h>
  11. #include "..\global.h"