Fixed issue #1257: HOME environment variable is not set up correctly on x86
[TortoiseGit.git] / test / GitIndexTest / stdafx.h
blob44e6cac9b825030b170e4a008aa514583f1a0c76
1 #pragma once
3 #include "targetver.h"
5 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
6 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
8 #ifndef VC_EXTRALEAN
9 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
10 #endif
12 #include <afx.h>
13 #include <afxwin.h> // MFC core and standard components
15 #include <atlbase.h>
16 #include <atlexcept.h>
17 #include <atlstr.h>
19 #include <stdio.h>
20 #include <tchar.h>
22 #pragma warning(push)
23 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
24 #include <string>
25 #include <set>
26 #include <map>
27 #include <vector>
28 #include <algorithm>
29 #pragma warning(pop)
31 #include <atlbase.h>
32 #include <atlexcept.h>
33 #include <atlstr.h>
35 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
36 #ifndef _AFX_NO_AFXCMN_SUPPORT
37 #include <afxcmn.h> // MFC support for Windows Common Controls
38 #endif // _AFX_NO_AFXCMN_SUPPORT
39 #include <afxdlgs.h>
40 #include <afxctl.h>
41 #include <afxtempl.h>
42 #include <afxmt.h>
43 #include <afxext.h> // MFC extensions
44 #include <afxcontrolbars.h> // MFC support for ribbons and control bars
46 #include <atlbase.h>