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.

12 lines
430 B

  1. #define _KERNEL32_
  2. #include <w4warn.h>
  3. #include <windows.h>
  4. #include <w4warn.h>
  5. // Hack to ensure pdlparse will build on pass0 of the NT build.
  6. // Basically, no library can be referenced except msvcrt.lib because
  7. // on a true clean build of NT, there are no libraries except the
  8. // CRT's until after pass 1 is finished.
  9. extern "C" void __stdcall Sleep(unsigned long) {}
  10. extern "C" DWORD __stdcall GetVersion(void) { return 0; }