OSDN Git Service

add crashrpt
[tortoisegit/TortoiseGitJp.git] / src / crashrpt / StdAfx.h
diff --git a/src/crashrpt/StdAfx.h b/src/crashrpt/StdAfx.h
new file mode 100644 (file)
index 0000000..992de4a
--- /dev/null
@@ -0,0 +1,25 @@
+#pragma once\r
+\r
+// Change these values to use different versions\r
+#define WINVER         0x0400\r
+#define _WIN32_WINNT   0x0400\r
+#define _WIN32_IE      0x0400\r
+#include <Windows.h>\r
+#include <tchar.h>\r
+#include <oleauto.h>\r
+\r
+#include <vector>\r
+#include <map>\r
+#include <string>\r
+\r
+using namespace std;\r
+\r
+#define CRASHRPTAPI extern "C" __declspec(dllexport)\r
+//////////////////////////////////////////////////////////////////////\r
+// how shall addresses be formatted?\r
+//////////////////////////////////////////////////////////////////////\r
+\r
+extern const LPCTSTR addressFormat;\r
+extern const LPCTSTR offsetFormat;\r
+extern const LPCTSTR sizeFormat;\r
+\r