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.
47 lines
1.0 KiB
47 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 <malloc.h>
|
|
#include <wininet.h>
|
|
#include <regstr.h>
|
|
#include <shlwapi.h>
|
|
#include <commctrl.h>
|
|
#include <exdisp.h>
|
|
#include <mshtmdid.h>
|
|
|
|
#include "icwunicd.h"
|
|
#include "resource.h"
|
|
#include "walker.h"
|
|
#include "icwutil.h"
|
|
#include "server.h"
|
|
#include "factory.h"
|
|
#include "iocs.h"
|
|
#include "ioipf.h"
|
|
#include "ioips.h"
|
|
#include "site.h"
|
|
#include "..\inc\debug.h"
|
|
#include "webview.h"
|
|
#include "icwwebvw.h"
|
|
#include "icwwalk.h"
|
|
#include "validate.h"
|
|
#include "ispdata.h"
|
|
#include "gifcon.h"
|
|
#include "appdefs.h"
|
|
|
|
#endif
|