OSDN Git Service

Update Branch Key and add reflog help
[tortoisegit/TortoiseGitJp.git] / src / crashrpt / StdAfx.h
1 #pragma once\r
2 \r
3 // Change these values to use different versions\r
4 #define WINVER          0x0400\r
5 #define _WIN32_WINNT    0x0400\r
6 #define _WIN32_IE       0x0400\r
7 #include <Windows.h>\r
8 #include <tchar.h>\r
9 #include <oleauto.h>\r
10 \r
11 #include <vector>\r
12 #include <map>\r
13 #include <string>\r
14 \r
15 using namespace std;\r
16 \r
17 #define CRASHRPTAPI extern "C" __declspec(dllexport)\r
18 //////////////////////////////////////////////////////////////////////\r
19 // how shall addresses be formatted?\r
20 //////////////////////////////////////////////////////////////////////\r
21 \r
22 extern const LPCTSTR addressFormat;\r
23 extern const LPCTSTR offsetFormat;\r
24 extern const LPCTSTR sizeFormat;\r
25 \r