Go to the documentation of this file.00001
00002
00003
00004
00005 #pragma once
00006
00007 #ifndef _SECURE_ATL
00008 #define _SECURE_ATL 1
00009 #endif
00010
00011 #ifndef VC_EXTRALEAN
00012 #define VC_EXTRALEAN // °ÅÀÇ »ç¿ëµÇÁö ¾Ê´Â ³»¿ëÀº Windows Çì´õ¿¡¼ Á¦¿ÜÇÕ´Ï´Ù.
00013 #endif
00014
00015 #include "targetver.h"
00016
00017 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // ÀϺΠCString »ý¼ºÀÚ´Â ¸í½ÃÀûÀ¸·Î ¼±¾ðµË´Ï´Ù.
00018
00019
00020 #define _AFX_ALL_WARNINGS
00021
00022 #include <afxwin.h>
00023 #include <afxext.h>
00024
00025
00026 #include <afxdisp.h>
00027
00028
00029
00030 #ifndef _AFX_NO_OLE_SUPPORT
00031 #include <afxdtctl.h>
00032 #endif
00033 #ifndef _AFX_NO_AFXCMN_SUPPORT
00034 #include <afxcmn.h>
00035 #endif // _AFX_NO_AFXCMN_SUPPORT
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045 #ifdef _UNICODE
00046 #if defined _M_IX86
00047 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
00048 #elif defined _M_IA64
00049 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")
00050 #elif defined _M_X64
00051 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
00052 #else
00053 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
00054 #endif
00055 #endif
00056
00057