/*++ Copyright (c) 1995-1996 Microsoft Corporation Module Name : isapip.hxx Abstract: Precompiled header file Author: Murali R. Krishnan ( MuraliK ) 18-July-1996 Environment: Project: Internet Server DLL Revision History: --*/ # ifndef _ISAPIP_HXX_ # define _ISAPIP_HXX_ /************************************************************ * Include Headers ************************************************************/ #if 1 extern "C" { # include # include # include # include # include # include #ifndef DEFAULT_TRACE_FLAGS #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR | DEBUG_IID) #endif # include # include "iisextp.h" # include "iisfiltp.h" # include "w3svc.h" # include }; # include "dbgutil.h" //# include //# include # include "string.hxx" //# include "conn.hxx" //# include "httpreq.hxx" //# include "inline.hxx" # include "wammsg.h" #else # include "isapi.hxx" #endif #include //You may derive a class from CComModule and use it if you want to override //something, but do not change the name of _Module class CWamModule: public CComModule { public: LONG Lock(); LONG Unlock(); }; extern CWamModule _Module; #include /************************************************************ * Global Variables ************************************************************/ # endif // _ISAPIP_HXX_ /************************ End of File ***********************/