/*++ Copyright (c) 1997 Microsoft Corporation Module Name : precomp.hxx Abstract: precompiled file for logging class Author: Whoever wants to own logging. --*/ #ifndef _PRECOMP_HXX_ #define _PRECOMP_HXX_ /************************************************************ * Include Headers ************************************************************/ # if defined ( __cplusplus) extern "C" { # endif #include #include #include #include #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR) #include #include "inetcom.h" # if defined ( __cplusplus) } # endif #ifdef _ASSERTE #undef _ASSERTE #endif #define _ASSERTE DBG_ASSERT #ifndef _ATL_NO_DEBUG_CRT #define _ATL_NO_DEBUG_CRT #endif #include #include #include #include #include #include extern CComModule _Module; #pragma warning(push, 3) #include #pragma warning(pop) #include "const.h" #include "iiscnfg.h" #include #include #include #include "global.h" #include "ilogfile.hxx" #include "logmsg.h" #include #include #pragma hdrstop #endif // _PRECOMP_HXX_