/*++ Copyright (c) 1996 Microsoft Corporation Module Name: precomp.hxx Abstract: Master include file for the IIS Worker Process Protocol Handling Author: Murali Krishnan (MuraliK) 10-Nov-1998 Revision History: --*/ #ifndef _PRECOMP_H_ #define _PRECOMP_H_ # include # include "dbgutil.h" #include #include #include #include // // General C runtime libraries #include #include // // Headers for this project // #include #include #include "regconst.h" #include "w3wpListHttpReq.h" #include #include "processdetails.h" // // Turn off dllexp so this DLL won't export tons of unnecessary garbage. // #ifdef dllexp #undef dllexp #endif #define dllexp // // To obtain the private & protected members of C++ class, // let me fake the "private" keyword // # define private public # define protected public #include #include #ifdef private #undef private #endif #ifdef protected #undef protected #endif #endif // _PRECOMP_H_