///////////////////////////////////////////////////////////////////////////// // pch.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma warning (disable:4786) // disable 'identifier was truncated to '255'...' warning #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #define _WIN32_DCOM // Enable DCOM features #define __MODULE__ "TCObj" // CRT headers #include // STL headers #include #include #include #include // Win32 headers #include // Win32 declarations // ATL headers #include // ATL base declarations extern CComModule _Module; // ATL mandatory symbol #include // ATL component object classes #include // ATL window classes // ZLib headers #include <..\zlib\zlib.h> #include