/*++ Copyright (c) 1998-2002 Microsoft Corporation Module Name: precomp.h Abstract: This is the local header file for CmnUser.lib Author: George V. Reilly (GeorgeRe) 30-Jan-2002 Revision History: --*/ #ifndef _PRECOMP_H_ #define _PRECOMP_H_ // // We are willing to ignore the following warnings, as we need the DDK to // compile. // #pragma warning(disable:4115) // named type definition in parentheses #pragma warning(disable:4127) // condition expression is constant #include #include #include #include #include #include #include #define HTTPAPI_LINKAGE #include #include #include #include #include #include #include #include #include #include #endif // _PRECOMP_H_