/*++ 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_ // // System related headers // # include //# include "dbgutil.h" //#include //#include // // UL related headers // #include #include // // General C runtime libraries #include #include #include // // Headers for this project // #include #include #include #include //#include "wptypes.hxx" //#include "thread_pool.h" //#include "wprecycler.hxx" //#include "workerrequest.hxx" #endif // _PRECOMP_H_