Fixed issue #1351: Add Hotkey to deselect all files on commit
[TortoiseGit.git] / src / Utils / stdafx.h
blobf9985fcf664e54815f1083f1604bf395716dfefb
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
6 #pragma once
8 #include "..\targetver.h"
10 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
11 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
13 #ifndef VC_EXTRALEAN
14 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
15 #endif
17 #include <afx.h>
18 #include <afxwin.h> // MFC core and standard components
20 #include <atlbase.h>
21 #include <atlexcept.h>
22 #include <atlstr.h>
24 #include <conio.h>
26 #define CSTRING_AVAILABLE
27 using namespace ATL;
29 #pragma warning(push)
30 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
31 #include <string>
32 #include <set>
33 #include <map>
34 #include <vector>
35 #include <algorithm>
36 #pragma warning(pop)
38 #define USE_GDI_GRADIENT
39 #define HISTORYCOMBO_WITH_SYSIMAGELIST
41 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
42 #ifndef _AFX_NO_AFXCMN_SUPPORT
43 #include <afxcmn.h> // MFC support for Windows Common Controls
44 #endif // _AFX_NO_AFXCMN_SUPPORT
45 #include <afxdlgs.h>
46 #include <afxctl.h>
47 #include <afxtempl.h>
48 #include <afxmt.h>
49 #include <afxext.h> // MFC extensions
50 #include <afxcontrolbars.h> // MFC support for ribbons and control bars
52 #include <afxcoll.h>
53 #include <afxstr.h>
55 #include <atlbase.h>
57 #include <xcmc.h> // CMC function defs
58 #include <mapi.h> // MAPI function defs