OSDN Git Service

Fixed Issue #104: Doubleclicking changed submodule dir in Check For Modifications...
[tortoisegit/TortoiseGitJp.git] / src / Utils / stdafx.h
1 // stdafx.h : include file for standard system include files,\r
2 // or project specific include files that are used frequently, but\r
3 // are changed infrequently\r
4 //\r
5 \r
6 #pragma once\r
7 #define _CRT_SECURE_NO_WARNINGS\r
8 \r
9 #include "targetver.h"\r
10 \r
11 #define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers\r
12 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit\r
13 \r
14 #ifndef VC_EXTRALEAN\r
15 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers\r
16 #endif\r
17 \r
18 #include <afx.h>\r
19 #include <afxwin.h>         // MFC core and standard components\r
20 \r
21 #include <atlbase.h>\r
22 #include <atlexcept.h>\r
23 #include <atlstr.h>\r
24 \r
25 #pragma warning(push)\r
26 #pragma warning(disable: 4702)  // Unreachable code warnings in xtree\r
27 #include <string>\r
28 #include <set>\r
29 #include <map>\r
30 #include <vector> \r
31 #include <algorithm> \r
32 #pragma warning(pop)\r
33 \r
34 #define USE_GDI_GRADIENT\r
35 #define HISTORYCOMBO_WITH_SYSIMAGELIST\r
36 \r
37 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls\r
38 #ifndef _AFX_NO_AFXCMN_SUPPORT\r
39 #include <afxcmn.h>                     // MFC support for Windows Common Controls\r
40 #endif // _AFX_NO_AFXCMN_SUPPORT\r
41 #include <afxdlgs.h>\r
42 #include <afxctl.h>\r
43 #include <afxtempl.h>\r
44 #include <afxmt.h>\r
45 #include <afxext.h>         // MFC extensions\r
46 #include <afxcontrolbars.h>     // MFC support for ribbons and control bars\r
47 \r
48 #include <atlbase.h>\r
49 \r
50 // TODO: reference additional headers your program requires here\r