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 // Exclude rarely-used stuff from Windows headers
00013 #endif
00014
00015 #include "targetver.h"
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
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 CRITICAL_SECTION cs;
00040
00041 __int64 th_freq;
00042 __int64 th_start;
00043 __int64 th_end;
00044 double th_TimeDuration;
00045
00046
00047 #ifdef _UNICODE
00048 #if defined _M_IX86
00049 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
00050 #elif defined _M_IA64
00051 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")
00052 #elif defined _M_X64
00053 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
00054 #else
00055 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
00056 #endif
00057 #endif
00058
00059