OSDN Git Service

Fix Blame show error info when hash is not log list
[tortoisegit/TortoiseGitJp.git] / src / TortoiseGitBlame / stdafx.h
1 \r
2 // stdafx.h : include file for standard system include files,\r
3 // or project specific include files that are used frequently,\r
4 // but are changed infrequently\r
5 \r
6 #pragma once\r
7 \r
8 #ifndef _SECURE_ATL\r
9 #define _SECURE_ATL 1\r
10 #endif\r
11 \r
12 #ifndef VC_EXTRALEAN\r
13 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers\r
14 #endif\r
15 \r
16 #include "targetver.h"\r
17 \r
18 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit\r
19 \r
20 // turns off MFC's hiding of some common and often safely ignored warning messages\r
21 #define _AFX_ALL_WARNINGS\r
22 \r
23 #include <afxwin.h>         // MFC core and standard components\r
24 #include <afxext.h>         // MFC extensions\r
25 \r
26 \r
27 #include <afxdisp.h>        // MFC Automation classes\r
28 \r
29 \r
30 \r
31 #ifndef _AFX_NO_OLE_SUPPORT\r
32 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls\r
33 #endif\r
34 #ifndef _AFX_NO_AFXCMN_SUPPORT\r
35 #include <afxcmn.h>             // MFC support for Windows Common Controls\r
36 #endif // _AFX_NO_AFXCMN_SUPPORT\r
37 \r
38 #include <afxcontrolbars.h>     // MFC support for ribbons and control bars\r
39 \r
40 \r
41 \r
42 \r
43 #include <string>\r
44 #include <vector>\r
45 #include <map>\r
46 #include <fstream>\r
47 \r
48 \r
49 \r
50 \r
51 #ifdef _UNICODE\r
52 #if defined _M_IX86\r
53 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
54 #elif defined _M_IA64\r
55 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
56 #elif defined _M_X64\r
57 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
58 #else\r
59 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
60 #endif\r
61 #endif\r
62 \r
63 \r