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.

25 lines
489 B

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