/**********************************************************************/ /** Microsoft Windows NT **/ /** Copyright(c) Microsoft Corp., 1994 **/ /**********************************************************************/ /* tcpdllp.h Private tcpdll include for precompiled headers FILE HISTORY: Johnl 04-Oct-1995 Created. MuraliK 21-Feb-1995 Added dbgutil.h Private copy of all the includes defined here to avoid problems of compilation from old tcpdebug.h macros! */ #ifndef _TCPDLLP_H_ #define _TCPDLLP_H_ #define dllexp __declspec( dllexport ) // // System include files. // #ifdef __cplusplus extern "C" { #endif #include #include #include #include #include #include #include #include #include #include #include #include "dbgutil.h" // // Project include files. // #include #include #include #ifdef __cplusplus } // extern "C" #endif // __cplusplus #include #include #define SECURITY_WIN32 #include // Security Support Provider APIs #include #include #include "globals.hxx" #include #include typedef LONG (WINAPI *PFN_WinVerifyTrust)(IN OPTIONAL HWND hwnd, IN GUID *pgActionID, IN LPVOID pWintrustData); #pragma hdrstop #endif // _TCPDLLP_H_