Core/Debugging: Added wheaty everywhere and modified it to always reliably report issues during static initialization

This commit is contained in:
Shauren
2016-11-28 18:37:51 +01:00
parent e43529933f
commit e0fb4445cd
10 changed files with 26 additions and 13 deletions

View File

@@ -27,6 +27,7 @@
#include "Banner.h"
#include "CompilerDefs.h"
#include "WheatyExceptionReport.h"
#include <boost/algorithm/string/replace.hpp>
#include <boost/program_options.hpp>
@@ -128,6 +129,7 @@ namespace Connection_Patcher
int main(int argc, char** argv)
{
InitializeCrashHandler();
using namespace Connection_Patcher;
try