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.

27 lines
515 B

  1. #pragma warning(disable:4237)
  2. #undef _WIN32_WINNT
  3. #define _WIN32_WINNT 0x0400
  4. #define _CRYPT32_
  5. #include <ctype.h>
  6. #include <stdlib.h> // for itow
  7. #include <crtdbg.h>
  8. #include <malloc.h>
  9. #include <time.h>
  10. #include <stdio.h>
  11. #include <limits.h>
  12. #include <windows.h>
  13. #include <winerror.h>
  14. #include <wtypes.h>
  15. #include <process.h>
  16. #include <rpc.h>
  17. #include <rpcndr.h>
  18. #include <ole2.h>
  19. #include <olectl.h>
  20. #include <oleauto.h>
  21. #include <cguid.h> // for GUID_NULL
  22. #include <iis64.h>
  23. #include "except.h"