1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
8 #define _WIN32_IE 0x600
12 # define WINVER 0x0501
15 # define _WIN32_WINNT 0x0501
17 # ifndef _WIN32_WINDOWS
18 # define _WIN32_WINDOWS 0x0501
22 # define WINVER 0x0410
25 # define _WIN32_WINNT 0x0500
27 # ifndef _WIN32_WINDOWS
28 # define _WIN32_WINDOWS 0x0410
32 #define _AFX_ALL_WARNINGS
34 #include <afxwin.h> // MFC core and standard components
35 #include <afxext.h> // MFC extensions
37 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
38 #ifndef _AFX_NO_AFXCMN_SUPPORT
39 #include <afxcmn.h> // MFC support for Windows Common Controls
40 #endif // _AFX_NO_AFXCMN_SUPPORT
48 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
54 #define CSTRING_AVAILABLE
60 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
69 typedef CComCritSecLock
<CComAutoCriticalSection
> AutoLocker
;