GME
13
|
00001 #if !defined(AFX_STDAFX_H__0A65F2CE_B54D_4572_853D_C7D495E70C5F__INCLUDED_) 00002 #define AFX_STDAFX_H__0A65F2CE_B54D_4572_853D_C7D495E70C5F__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 00008 // stdafx.h : include file for standard system include files, 00009 // or project specific include files that are used frequently, 00010 // but are changed infrequently 00011 00012 #ifndef VC_EXTRALEAN 00013 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 00014 #endif 00015 00016 // Modify the following defines if you have to target a platform prior to the ones specified below. 00017 // Refer to MSDN for the latest info on corresponding values for different platforms. 00018 #ifndef WINVER 00019 #define WINVER 0x0501 00020 #endif 00021 00022 #ifndef _WIN32_WINNT 00023 #define _WIN32_WINNT 0x0501 00024 #endif 00025 00026 #ifndef _WIN32_WINDOWS 00027 #define _WIN32_WINDOWS 0x0510 00028 #endif 00029 00030 #ifndef _WIN32_IE 00031 #define _WIN32_IE 0x0600 00032 #endif 00033 00034 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit 00035 00036 #include <afxctl.h> // MFC support for ActiveX Controls 00037 #include <afxext.h> // MFC extensions 00038 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Comon Controls 00039 #ifndef _AFX_NO_AFXCMN_SUPPORT 00040 #include <afxcmn.h> // MFC support for Windows Common Controls 00041 #endif // _AFX_NO_AFXCMN_SUPPORT 00042 00043 // Delete the two includes below if you do not wish to use the MFC 00044 // database classes 00045 #include <afxdb.h> // MFC database classes 00046 #include <afxdao.h> // MFC DAO database classes 00047 00048 #include <atlbase.h> 00049 #include <atlcom.h> 00050 00051 #include "..\Interfaces\Meta.h" 00052 #include "..\Interfaces\MgaUtil.h" 00053 #include "..\Interfaces\GME.h" 00054 #include "..\Interfaces\MgaDecorator.h" 00055 #include "..\Common\CommonError.h" 00056 #include "..\Common\CommonSmart.h" 00057 #include "..\Common\CommonMfc.h" 00058 #include "..\Common\CommonMgaTrukk.h" 00059 00060 // Comment this out if you do not want to see the messages in the debug window 00061 #define DEBUG_EVENTS 00062 00063 00064 #ifdef DEBUG_EVENTS 00065 #define EVENT_TRACE(x) TRACE(x) 00066 #else 00067 #define EVENT_TRACE(x) 00068 #endif 00069 00070 00071 //{{AFX_INSERT_LOCATION}} 00072 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00073 00074 #endif // !defined(AFX_STDAFX_H__0A65F2CE_B54D_4572_853D_C7D495E70C5F__INCLUDED_)