mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Debugging: Added wheaty everywhere and modified it to always reliably report issues during static initialization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user