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