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

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File:
//
// History:
//
// Note:
//
//----------------------------------------------------------------------------
#define _OLEAUT32_
#define _LARGE_INTEGER_SUPPORT_
#define UNICODE
#define _UNICODE
#define INC_OLE2
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <windowsx.h>
#include <winspool.h>
//
// ********* CRunTime Includes
//
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <io.h>
#include <wchar.h>
#include <tchar.h>
//
// ********* IIS Includes
//
#ifdef __cplusplus
extern "C" {
#endif
#include "iis64.h"
#include "iissynid.h"
#include "macro.h"
#include "iiscnfgp.h"
#ifdef __cplusplus
}
#endif
#include "mddef.h"
#include "cschema.hxx"
#include <tchar.h>
#include "iiscnfg.h"
extern HRESULT StoreSchema();