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 #include "../../targetver.h"
10 #define _AFX_ALL_WARNINGS
12 #include <afxwin.h> // MFC core and standard components
13 #include <afxext.h> // MFC extensions
15 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
16 #ifndef _AFX_NO_AFXCMN_SUPPORT
17 #include <afxcmn.h> // MFC support for Windows Common Controls
18 #endif // _AFX_NO_AFXCMN_SUPPORT
25 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
31 #define CSTRING_AVAILABLE
45 #include "SmartLibgit2Ref.h"
47 #include "DebugOutput.h"
49 typedef CComCritSecLock
<CComAutoCriticalSection
> AutoLocker
;