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.
261 lines
4.7 KiB
261 lines
4.7 KiB
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
wininetp.h
|
|
|
|
Abstract:
|
|
|
|
Includes all headers for precompiled header to build Windows Internet
|
|
client DLL
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 26-Oct-1994
|
|
|
|
Revision History:
|
|
|
|
26-Oct-1994 rfirth
|
|
Created
|
|
|
|
--*/
|
|
|
|
#ifndef __WININETP_H__
|
|
#define __WININETP_H__ 1
|
|
|
|
//
|
|
// Checked builds get INET_DEBUG set by default; retail builds get no debugging
|
|
// by default
|
|
//
|
|
|
|
// #define STRESS_BUG_DEBUG // for stress debugging
|
|
|
|
#if DBG
|
|
|
|
#define STRESS_BUG_DEBUG // for stress debugging
|
|
|
|
#if !defined(INET_DEBUG)
|
|
|
|
#define INET_DEBUG 1
|
|
|
|
#endif // INET_DEBUG
|
|
|
|
#else
|
|
|
|
#if !defined(INET_DEBUG)
|
|
|
|
#define INET_DEBUG 0
|
|
|
|
#endif // INET_DEBUG
|
|
|
|
#endif // DBG
|
|
|
|
|
|
#define WININET_SELFREG 1
|
|
//
|
|
// common include files
|
|
//
|
|
|
|
|
|
//
|
|
// CRT includes
|
|
//
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <stddef.h> // Pull in the 'offsetof' macro.
|
|
#include <string.h>
|
|
#include <memory.h>
|
|
#include <ctype.h>
|
|
#include <excpt.h>
|
|
#include <limits.h>
|
|
#include <fcntl.h>
|
|
#include <io.h>
|
|
#include <time.h>
|
|
|
|
//
|
|
// OS includes
|
|
//
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <ntexapi.h>
|
|
#include <windows.h>
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
//#include <fastcrit.h>
|
|
|
|
//
|
|
// SSL/PCT Security includes
|
|
//
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define SECURITY_WIN32
|
|
#include <sspi.h> // standard SSPI interface
|
|
#include <issperr.h> // SSPI errors.
|
|
#include <spseal.h> // Private SSPI Seal/UnSeal functions.
|
|
#include <schnlsp.h> // shared private schannel/wininet interfaces.
|
|
#include <wintrust.h> // various CAPI stuff for cert management
|
|
#include <wincrypt.h>
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
|
|
//
|
|
// WININET includes
|
|
//
|
|
|
|
#include <iwinsock.h>
|
|
#include <wininet.h>
|
|
#include <winineti.h>
|
|
#include <oldnames.h>
|
|
#include <unsup.h> // no longer supported items
|
|
#include <wininetd.h>
|
|
#include <resinfo.h>
|
|
#include <serialst.h>
|
|
#include <blocklst.hxx>
|
|
#include <chunk.hxx>
|
|
#include <inetdbg.h>
|
|
#include <debugmem.h>
|
|
#include <shlwapi.h>
|
|
#define NO_SHLWAPI_MLUI
|
|
#include <shlwapip.h>
|
|
#include <malloc.h>
|
|
#include <crtsubst.h>
|
|
#include <handle.h>
|
|
#include <constant.h>
|
|
#include <macros.h>
|
|
#include <inetp.h>
|
|
#include <util.h>
|
|
#include <proxreg.h>
|
|
#include <icstring.hxx>
|
|
#include <cliauth.hxx>
|
|
#include <certcach.hxx>
|
|
#include <buffer.hxx>
|
|
#include <resolver.h>
|
|
#include <thrdinfo.h>
|
|
#include <defaults.h>
|
|
#include <passport.h>
|
|
#include <spluginx.hxx>
|
|
#include <splugin.hxx>
|
|
#include <secinit.h>
|
|
#include <inetsspi.h>
|
|
#include <tstr.h>
|
|
#include <readhtml.h>
|
|
#include <ftpinit.h>
|
|
#include <gfrinit.h>
|
|
#include <httpinit.h>
|
|
#include <registry.h>
|
|
#include <parseurl.h>
|
|
#include <username.hxx>
|
|
#include <globals.h>
|
|
#include <autoprox.hxx>
|
|
#include <reslock.hxx>
|
|
#include <proxysup.hxx>
|
|
#include <httpfilt.hxx>
|
|
#include <hinet.hxx>
|
|
#include <priolist.hxx>
|
|
#include <icasync.hxx>
|
|
#include <caddrlst.hxx>
|
|
#include <icsocket.hxx>
|
|
#include <ssocket.hxx>
|
|
#include <servinfo.hxx>
|
|
#include <urlcache.h>
|
|
#include <connect.hxx>
|
|
#include <ftp.hxx>
|
|
#include <gopher.hxx>
|
|
#include <http.hxx>
|
|
#include <cookie.h>
|
|
#include <rescache.h>
|
|
#include <parsers.h>
|
|
#include <fsm.hxx>
|
|
#include <mpacket.hxx>
|
|
#include <inetchar.h>
|
|
#include <bgtask.hxx>
|
|
#include <cookimp.h>
|
|
#include <cookexp.h>
|
|
#include <401imprt.hxx>
|
|
#include <commctrl.h>
|
|
#include <shfusion.h>
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <resource.h>
|
|
|
|
|
|
//
|
|
// Various protocol package initializers.
|
|
//
|
|
|
|
BOOL
|
|
WINAPI
|
|
WinInetDllEntryPoint(
|
|
IN HINSTANCE DllHandle,
|
|
IN DWORD Reason,
|
|
IN LPVOID Reserved
|
|
);
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
// privacy helper function used in dllinstall
|
|
void CheckPrivacyDefaults(void);
|
|
void AddHardeningPrivacyDefaults();
|
|
void RemoveHardeningPrivacyDefaults();
|
|
|
|
|
|
//
|
|
// Need version 0x400 for ras defines for this to work on win95 gold.
|
|
//
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
#undef WINVER
|
|
#define WINVER 0x400
|
|
|
|
#include <ras.h>
|
|
#include <raserror.h>
|
|
|
|
#ifdef ICECAP
|
|
extern "C" void _stdcall StartCAP(void);
|
|
extern "C" void _stdcall StopCAP(void);
|
|
extern "C" void _stdcall SuspendCAP(void);
|
|
extern "C" void _stdcall ResumeCAP(void);
|
|
extern "C" void _stdcall MarkCAP(long lMark); // write mark to MEA
|
|
extern "C" void _stdcall AllowCAP(void); // Allow profiling when 'profile=almostnever'
|
|
#else
|
|
#define StartCAP()
|
|
#define StopCAP()
|
|
#define SuspendCAP()
|
|
#define ResumeCAP()
|
|
#define MarkCAP(n)
|
|
#define AllowCAP()
|
|
#endif
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
/* X-Platform stuff */
|
|
#include <xpltfrm.h>
|
|
|
|
#endif /* __WININETP_H__ */
|