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 _CRT_SECURE_NO_WARNINGS
10 #include "..\targetver.h"
12 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
13 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
16 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
20 #include <afxwin.h> // MFC core and standard components
23 #include <atlexcept.h>
27 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
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
45 #include <afxext.h> // MFC extensions
46 #include <afxcontrolbars.h> // MFC support for ribbons and control bars
51 #include "DebugOutput.h"
56 #include "SmartLibgit2Ref.h"