GME
13
|
00001 // stdafx.h : include file for standard system include files, 00002 // or project specific include files that are used frequently, 00003 // but are changed infrequently 00004 00005 #pragma once 00006 00007 #pragma once 00008 00009 #ifndef _SECURE_ATL 00010 #define _SECURE_ATL 1 00011 #endif 00012 00013 #ifndef VC_EXTRALEAN 00014 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 00015 #endif 00016 00017 #include "targetver.h" 00018 00019 //#define _CRT_SECURE_NO_WARNINGS 00020 00021 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit 00022 00023 // turns off MFC's hiding of some common and often safely ignored warning messages 00024 #define _AFX_ALL_WARNINGS 00025 00026 00027 #include <afxctl.h> // MFC support for ActiveX Controls 00028 #include <afxext.h> // MFC extensions 00029 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Comon Controls 00030 #ifndef _AFX_NO_AFXCMN_SUPPORT 00031 #include <afxcmn.h> // MFC support for Windows Common Controls 00032 #endif // _AFX_NO_AFXCMN_SUPPORT 00033 00034 // Delete the two includes below if you do not wish to use the MFC 00035 // database classes 00036 #include <afxdb.h> // MFC database classes