Get rid of stdstring and wide_string
[TortoiseGit.git] / src / TortoiseShell / stdafx.h
blob0c2ef1577610c0dc85fbd92eab5146c0e0c150c2
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
7 #include "..\targetver.h"
9 #define ISOLATION_AWARE_ENABLED 1
11 #include <WinSock2.h>
12 #include <Ws2tcpip.h>
13 #include <Wspiapi.h>
14 #include <windows.h>
16 #include <commctrl.h>
17 #pragma warning(push)
18 #pragma warning(disable: 4091)
19 #include <ShlObj.h>
20 #pragma warning(pop)
21 #include <Shlwapi.h>
22 #include <tchar.h>
23 #include <wininet.h>
24 #include <Aclapi.h>
26 #include <atlbase.h>
27 #include <atlexcept.h>
28 #include <atlstr.h>
30 #include <string>
31 #include <set>
32 #include <map>
33 #include <vector>
34 #include <algorithm>
35 #include <functional>
37 #define CSTRING_AVAILABLE
39 #pragma warning(push)
40 #pragma warning(disable: 4510 4610)
41 #include "git2.h"
42 #pragma warning(pop)
43 #include "SmartLibgit2Ref.h"
45 #include "scope_exit_noexcept.h"
46 #include "SysInfo.h"
47 #include "DebugOutput.h"