Windows2003-3790/inetcore/connectionwizard/icwconn1/pre.h
2020-09-30 16:53:55 +02:00

50 lines
1.0 KiB
C

//**********************************************************************
// File name: pre.h
//
// Used for precompiled headers
//
// Copyright (c) 1993-1996 Microsoft Corporation. All rights reserved.
//**********************************************************************
#if !defined( _PRE_H_)
#define _PRE_H_
#include <windows.h>
#include <windowsx.h>
#include <wchar.h>
#include <ole2.h>
#include <assert.h>
#include <string.h>
#include <ccstock.h>
#include <commctrl.h>
#include <locale.h>
#include <malloc.h>
#include <wininet.h>
#include <regstr.h>
#include <shlwapi.h>
#include <shlwapip.h>
#include "icwunicd.h"
#include "icwcmn.h"
#include "icwhelp.h"
#include "connect.h"
#include "webview.h" // ICW WEBView Interface
#include "wizdef.h"
#include "pagefcns.h"
#include "icwconn1.h"
#include "resource.h"
#include "button.h"
#include "appwnd.h"
#include <ole2ver.h>
#include <exdisp.h>
#include "appdefs.h"
#include "..\inc\debug.h"
#endif