aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 0190262787..2eb5593e6c 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -138,7 +138,7 @@ static std::atomic<bool> in_signal_handler{false};
static LONG WINAPI handler(EXCEPTION_POINTERS* e) {
static const struct {
const char* name;
- int code;
+ DWORD code;
} kExceptions[] = {
#define _(E) {#E, E}
_(EXCEPTION_ACCESS_VIOLATION),