From e0fb4445cd2f5f4bb94ea23122548debddc41ba6 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 28 Nov 2016 18:37:51 +0100 Subject: Core/Debugging: Added wheaty everywhere and modified it to always reliably report issues during static initialization --- src/tools/connection_patcher/Program.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/connection_patcher/Program.cpp') diff --git a/src/tools/connection_patcher/Program.cpp b/src/tools/connection_patcher/Program.cpp index 354cfa17191..b19d4f1914f 100644 --- a/src/tools/connection_patcher/Program.cpp +++ b/src/tools/connection_patcher/Program.cpp @@ -27,6 +27,7 @@ #include "Banner.h" #include "CompilerDefs.h" +#include "WheatyExceptionReport.h" #include #include @@ -128,6 +129,7 @@ namespace Connection_Patcher int main(int argc, char** argv) { + InitializeCrashHandler(); using namespace Connection_Patcher; try -- cgit v1.2.3