Go to the documentation of this file.00001
00002
00003
00004
00005 #pragma once
00006
00007 #ifndef VC_EXTRALEAN
00008 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
00009 #endif
00010
00011
00012
00013 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
00014 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
00015 #endif
00016
00017 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
00018
00019
00020 #define _AFX_ALL_WARNINGS
00021
00022 #include <afxwin.h>
00023 #include <afxext.h>
00024 #ifndef _AFX_NO_AFXCMN_SUPPORT
00025 #include <afxcmn.h>
00026 #endif // _AFX_NO_AFXCMN_SUPPORT
00027 #include <afxdisp.h>
00028 #include <afxdlgs.h>
00029 #include <afxctl.h>
00030
00031 #ifndef _AFX_NO_OLE_SUPPORT
00032 #include <afxole.h>
00033 #include <afxodlgs.h>
00034 #include <afxdisp.h>
00035 #endif // _AFX_NO_OLE_SUPPORT
00036
00037 #include <afxdtctl.h>
00038