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

@@ -210,5 +210,8 @@ class WheatyExceptionReport
extern WheatyExceptionReport g_WheatyExceptionReport; // global instance of class
#endif // _WIN32
// dummy call to make the linker not discard the compilation unit
void InitializeCrashHandler();
#endif // _WHEATYEXCEPTIONREPORT_