aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/CrashHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CrashHandler.cpp')
-rw-r--r--tools/CrashHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CrashHandler.cpp b/tools/CrashHandler.cpp
index 6707b65de4..5428116741 100644
--- a/tools/CrashHandler.cpp
+++ b/tools/CrashHandler.cpp
@@ -101,7 +101,7 @@
static const struct {
const char* name;
- int code;
+ const DWORD code;
} kExceptions[] = {
#define _(E) {#E, E}
_(EXCEPTION_ACCESS_VIOLATION),