diff --git a/extension/extension.cpp b/extension/extension.cpp index df92eeb..3cf1ecd 100644 --- a/extension/extension.cpp +++ b/extension/extension.cpp @@ -1194,7 +1194,7 @@ bool Accelerator::SDK_OnLoad(char *error, size_t maxlength, bool late) handler = new google_breakpad::ExceptionHandler( std::wstring(buf, num_chars), NULL, dumpCallback, NULL, google_breakpad::ExceptionHandler::HANDLER_ALL, - static_cast(MiniDumpWithUnloadedModules | MiniDumpWithFullMemoryInfo), NULL, NULL); + static_cast(MiniDumpWithUnloadedModules | MiniDumpWithFullMemoryInfo), static_cast(NULL), NULL); vectoredHandler = AddVectoredExceptionHandler(0, BreakpadVectoredHandler);