5 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
6 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
9 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
13 #include <afxwin.h> // MFC core and standard components
16 #include <atlexcept.h>
23 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
32 #include <atlexcept.h>
35 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
36 #ifndef _AFX_NO_AFXCMN_SUPPORT
37 #include <afxcmn.h> // MFC support for Windows Common Controls
38 #endif // _AFX_NO_AFXCMN_SUPPORT
43 #include <afxext.h> // MFC extensions
44 #include <afxcontrolbars.h> // MFC support for ribbons and control bars