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.

66 lines
962 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File:
  7. //
  8. // History:
  9. //
  10. // Note:
  11. //
  12. //----------------------------------------------------------------------------
  13. #define _OLEAUT32_
  14. #define _LARGE_INTEGER_SUPPORT_
  15. #define UNICODE
  16. #define _UNICODE
  17. #define INC_OLE2
  18. #include <nt.h>
  19. #include <ntrtl.h>
  20. #include <nturtl.h>
  21. #include <windows.h>
  22. #include <windowsx.h>
  23. #include <winspool.h>
  24. //
  25. // ********* CRunTime Includes
  26. //
  27. #include <stdio.h>
  28. #include <stdlib.h>
  29. #include <limits.h>
  30. #include <io.h>
  31. #include <wchar.h>
  32. #include <tchar.h>
  33. //
  34. // ********* IIS Includes
  35. //
  36. #ifdef __cplusplus
  37. extern "C" {
  38. #endif
  39. #include "iis64.h"
  40. #include "iissynid.h"
  41. #include "macro.h"
  42. #include "iiscnfgp.h"
  43. #ifdef __cplusplus
  44. }
  45. #endif
  46. #include "mddef.h"
  47. #include "cschema.hxx"
  48. #include <tchar.h>
  49. #include "iiscnfg.h"
  50. extern HRESULT StoreSchema();