fixed the ContextMenuStash.png screenshot
[TortoiseGit.git] / src / Utils / stdafx.h
blob4bc2163b318c8faee4c997be6f236672afb0dc26
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
7 #define _CRT_SECURE_NO_WARNINGS
9 #include "..\targetver.h"
11 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
12 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
14 #ifndef VC_EXTRALEAN
15 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
16 #endif
18 #include <afx.h>
19 #include <afxwin.h> // MFC core and standard components
21 #include <atlbase.h>
22 #include <atlexcept.h>
23 #include <atlstr.h>
25 #include <conio.h>
27 #define CSTRING_AVAILABLE
28 using namespace ATL;
30 #pragma warning(push)
31 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
32 #include <string>
33 #include <set>
34 #include <map>
35 #include <vector>
36 #include <algorithm>
37 #pragma warning(pop)
39 #define USE_GDI_GRADIENT
40 #define HISTORYCOMBO_WITH_SYSIMAGELIST
42 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
43 #ifndef _AFX_NO_AFXCMN_SUPPORT
44 #include <afxcmn.h> // MFC support for Windows Common Controls
45 #endif // _AFX_NO_AFXCMN_SUPPORT
46 #include <afxdlgs.h>
47 #include <afxctl.h>
48 #include <afxtempl.h>
49 #include <afxmt.h>
50 #include <afxext.h> // MFC extensions
51 #include <afxcontrolbars.h> // MFC support for ribbons and control bars
53 #include <afxcoll.h>
54 #include <afxstr.h>
56 #include <atlbase.h>
58 #include <xcmc.h> // CMC function defs
59 #include <mapi.h> // MAPI function defs