/*++ Copyright (c) 1996 Microsoft Corporation Module Name: //KERNEL/RAZZLE3/src/sockets/tcpcmd/iphlpapi/inc.h Abstract: Revision History: --*/ #ifndef __INC_H__ #define __INC_H__ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define UNICODE #define _UNICODE #include #undef UNICODE #undef _UNICODE #include #include #include #include #include #include #include #ifndef CHICAGO #include #endif #if API_TRACE #include #endif #include #include #include #include #include #include #include #include #include "defs.h" #include "strdefs.h" #include "guid.h" #include "map.h" #include "compare.h" #include "globals.h" #include "namemap.h" #include "rasmap.h" #include "lanmap.h" #ifdef KSL_IPINIP #include "ipipmap.h" #endif //KSL_IPINIP #ifdef CHICAGO #include #include #include #include #endif #undef DEBUG_PRINT #ifdef CHICAGO #define DEBUG_PRINT(X) printf X // // On Memphis, we can define DEBUG_PRINT to be printf provided the // application which calls this dll also has a printf. // #else #define DEBUG_PRINT(X) DbgPrint X #endif DWORD OpenTCPDriver( IN DWORD dwFamily ); DWORD CloseTCPDriver(VOID); DWORD CloseTCP6Driver(VOID); extern BOOL IpcfgdllInit(HINSTANCE hInstDll, DWORD fdwReason, LPVOID pReserved); VOID CheckTcpipState(); #endif