Go to the documentation of this file.
13 #ifndef WINVER // Allow use of features specific to Windows XP or later.
14 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows.
17 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
18 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
21 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
22 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
25 #ifndef _WIN32_IE // Allow use of features specific to IE 6.0 or later.
26 #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE.
29 #define _ATL_APARTMENT_THREADED
30 #define _ATL_NO_AUTOMATIC_NAMESPACE
32 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
36 #ifndef _AFX_NO_OLE_SUPPORT
38 #endif // _AFX_NO_OLE_SUPPORT