diff options
Diffstat (limited to 'NorthstarDLL/crashhandler.h')
-rw-r--r-- | NorthstarDLL/crashhandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/crashhandler.h b/NorthstarDLL/crashhandler.h index 990457cc..4d8a59ce 100644 --- a/NorthstarDLL/crashhandler.h +++ b/NorthstarDLL/crashhandler.h @@ -14,8 +14,8 @@ struct ExceptionLog { std::string cause; HMODULE crashedModule; - PEXCEPTION_RECORD exceptionRecord; - PCONTEXT contextRecord; + EXCEPTION_RECORD exceptionRecord; + CONTEXT contextRecord; std::vector<BacktraceModule> trace; std::vector<std::string> registerDump; |