1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently,
3 // but are changed infrequently
6 #define XMESSAGEBOX_APPREGPATH "Software\\TortoiseGit\\"
8 #include "..\..\src\targetver.h"
10 #include <afxwin.h> // MFC core and standard components
11 #include <afxext.h> // MFC extensions
17 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
18 #ifndef _AFX_NO_AFXCMN_SUPPORT
19 #include <afxcmn.h> // MFC support for Windows Common Controls
20 #endif // _AFX_NO_AFXCMN_SUPPORT
25 #include <afxext.h> // MFC extensions
26 #include <afxcontrolbars.h> // MFC support for ribbons and control bars
31 #pragma warning(disable: 4510 4610)
34 #include "SmartLibgit2Ref.h"
46 #include "scope_exit_noexcept.h"
47 #include "DebugOutput.h"
49 #include "SmartHandle.h"
52 #include "gtest/gtest.h"
53 #include "gmock/gmock.h"
55 #include "AutoTempDir.h"