OSDN Git Service

Add Git submodule update and fix ProgressDlg show Okay when command still running.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseShell / stdafx.h
1 // stdafx.h : include file for standard system include files,\r
2 // or project specific include files that are used frequently,\r
3 // but are changed infrequently\r
4 \r
5 #pragma once\r
6 // Modify the following defines if you have to target a platform prior to the ones specified below.\r
7 // Refer to MSDN for the latest info on corresponding values for different platforms.\r
8 #ifndef WINVER                          // Allow use of features specific to Windows 95 and Windows NT 4 or later.\r
9 #       define WINVER 0x0501            // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.\r
10 #endif\r
11 \r
12 #ifndef _WIN32_WINNT            // Allow use of features specific to Windows NT 4 or later.\r
13 #       define _WIN32_WINNT 0x0501              // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.\r
14 #endif                                          \r
15 \r
16 #ifndef _WIN32_WINDOWS          // Allow use of features specific to Windows 98 or later.\r
17 #       define _WIN32_WINDOWS 0x0501 // Change this to the appropriate value to target Windows Me or later.\r
18 #endif\r
19 \r
20 #ifndef _WIN32_IE                       // Allow use of features specific to IE 4.0 or later.\r
21 #       define _WIN32_IE 0x0500 // Change this to the appropriate value to target IE 5.0 or later.\r
22 #endif\r
23 \r
24 #define ISOLATION_AWARE_ENABLED 1\r
25 \r
26 #include <WinSock2.h>\r
27 #include <Ws2tcpip.h>\r
28 #include <Wspiapi.h>\r
29 #include <windows.h>\r
30 \r
31 #include <commctrl.h>\r
32 #include <Shlobj.h>\r
33 #include <Shlwapi.h>\r
34 #include <tchar.h>\r
35 #include <wininet.h>\r
36 #include <Aclapi.h>\r
37 \r
38 #include <atlbase.h>\r
39 #include <atlexcept.h>\r
40 #include <atlstr.h>\r
41 \r
42 #pragma warning(push)\r
43 #pragma warning(disable: 4702)  // Unreachable code warnings in xtree\r
44 #include <string>\r
45 #include <set>\r
46 #include <map>\r
47 #include <vector> \r
48 #include <algorithm> \r
49 #pragma warning(pop)\r
50 \r
51 #pragma warning(push)\r
52 //#include "apr_general.h"\r
53 //#include "git_pools.h"\r
54 //#include "git_client.h"\r
55 //#include "git_path.h"\r
56 //#include "git_wc.h"\r
57 //#include "git_utf.h"\r
58 //#include "git_config.h"\r
59 //#include "git_subst.h"\r
60 #pragma warning(pop)\r
61 \r
62 #define CSTRING_AVAILABLE\r