Add tests against GitRev and GitRevLoglist
[TortoiseGit.git] / test / UnitTests / stdafx.h
blobe7173d897bbbef009cb204d026987ea73696568b
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
5 #pragma once
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
12 #include <WinSock2.h>
13 #include <Ws2tcpip.h>
14 #include <Wspiapi.h>
16 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
17 #ifndef _AFX_NO_AFXCMN_SUPPORT
18 #include <afxcmn.h> // MFC support for Windows Common Controls
19 #endif // _AFX_NO_AFXCMN_SUPPORT
20 #include <afxdlgs.h>
21 #include <afxctl.h>
22 #include <afxtempl.h>
23 #include <afxmt.h>
24 #include <afxext.h> // MFC extensions
25 #include <afxcontrolbars.h> // MFC support for ribbons and control bars
27 #include <atlbase.h>
29 #pragma warning(push)
30 #include "git2.h"
31 #pragma warning(pop)
32 #include "SmartLibgit2Ref.h"
34 #include <string>
35 #include <vector>
36 #include <map>
37 #include <set>
38 #include <algorithm>
39 #include <functional>
41 #define __WIN32__
43 #include "DebugOutput.h"
45 // Header for gtest
46 #include "gtest/gtest.h"
48 #include "AutoTempDir.h"