WindowsXP-SP1/inetsrv/iis/inc/tcpdll.hxx
2020-09-30 16:53:49 +02:00

90 lines
1.6 KiB
C++

/**********************************************************************/
/** Microsoft Windows NT **/
/** Copyright(c) Microsoft Corp., 1994 **/
/**********************************************************************/
/*
tcpdll.h
Master include file for the TCP services helper dll
FILE HISTORY:
Johnl 06-Oct-1993 Created.
*/
#ifndef _TCPDLL_H_
#define _TCPDLL_H_
# if !defined( dllexp)
#define dllexp __declspec( dllexport )
# endif // dllexp
//
// System include files.
//
#ifdef __cplusplus
extern "C" {
#endif
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <winsock2.h>
#include <lm.h>
#define SECURITY_WIN32
#include <sspi.h> // Security Support Provider APIs
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <tchar.h>
#ifdef __cplusplus
} // extern "C"
#include <buffer.hxx>
#include <string.hxx>
#include <refb.hxx>
#include <mimemap.hxx>
#include <iistypes.hxx>
#include <iisendp.hxx>
#include <rdns.hxx>
#include <tscache.hxx>
#include <parse.hxx>
#include <tsunami.hxx>
#endif // __cplusplus
#include <tcpcons.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
//
// Project include files.
//
#include <tcpproc.h>
#include <atq.h>
#include <inetcom.h>
#include <inetinfo.h>
#include <datetime.hxx>
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
#endif // _TCPDLL_H_