// File: Precomp.h // Standard Windows SDK includes #include #pragma warning( disable : 4786 ) // default threading model #define _ATL_APARTMENT_THREADED // We should really only put this in for w2k #define _ATL_NO_DEBUG_CRT #define _ATL_NO_FORCE_LIBS #if 0 #define _ATL_DEBUG_QI #define _ATL_DEBUG_INTERFACES #define ATL_TRACE_LEVEL 4 #else #define ATL_TRACE_LEVEL 0 #endif // Our Override of ATLTRACE and other debug stuff #include // We should really only put this in for w2k #define _ASSERTE(expr) ASSERT(expr) // ATLTRACE and other stuff #include #include //You may derive a class from CComModule and use it if you want to override //something, but do not change the name of _Module extern CComModule _Module; #include #include #include #include #include #include #include #include #include #include #include // COM interfaces // #include #include "siGlobal.h" #include "CLink.h" #include "clRefCnt.hpp" #include "clEnumFt.hpp" class CConfLink;