00001
00002
00003
00004
00005
00006 #pragma once
00007
00008 #ifndef _SECURE_ATL
00009 #define _SECURE_ATL 1
00010 #endif
00011
00012 #ifndef VC_EXTRALEAN
00013 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
00014 #endif
00015
00016 #include "targetver.h"
00017
00018 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
00019
00020
00021 #define _AFX_ALL_WARNINGS
00022
00023 #include <afxwin.h>
00024 #include <afxext.h>
00025
00026
00027 #include <afxdisp.h>
00028
00029
00030
00031 #ifndef _AFX_NO_OLE_SUPPORT
00032 #include <afxdtctl.h>
00033 #endif
00034 #ifndef _AFX_NO_AFXCMN_SUPPORT
00035 #include <afxcmn.h>
00036 #endif // _AFX_NO_AFXCMN_SUPPORT
00037
00038 #include <afxcontrolbars.h>
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048 #ifdef _UNICODE
00049 #if defined _M_IX86
00050 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
00051 #elif defined _M_IA64
00052 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")
00053 #elif defined _M_X64
00054 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
00055 #else
00056 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
00057 #endif
00058 #endif
00059
00060