// pch.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_pch_H__81172B8C_CBEE_11D2_9646_00C04F68DEB0__INCLUDED_) #define AFX_pch_H__81172B8C_CBEE_11D2_9646_00C04F68DEB0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #define _WIN32_DCOM #define __MODULE__ "TCLib" #pragma warning(disable: 4786) #include #include #include #include #include #include #include #include #include #include #include #include #include #include // for _beginthreadex and _endthreadex #include // ZLib headers #include <..\zlib\zlib.h> #endif // !defined(AFX_pch_H__81172B8C_CBEE_11D2_9646_00C04F68DEB0__INCLUDED_)