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.
49 lines
1.0 KiB
49 lines
1.0 KiB
//**********************************************************************
|
|
// 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
|