aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging/WheatyExceptionReport.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-11-28 18:37:51 +0100
committerShauren <shauren.trinity@gmail.com>2016-11-28 18:37:51 +0100
commite0fb4445cd2f5f4bb94ea23122548debddc41ba6 (patch)
treea2850cbf86c3097ef99c4bc7cb3255e2b22da63c /src/common/Debugging/WheatyExceptionReport.h
parente43529933fbedb02c9e4b636b6e1d9d94398e5e6 (diff)
Core/Debugging: Added wheaty everywhere and modified it to always reliably report issues during static initialization
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.h')
-rw-r--r--src/common/Debugging/WheatyExceptionReport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.h b/src/common/Debugging/WheatyExceptionReport.h
index 34919b19e01..de6b6f375e3 100644
--- a/src/common/Debugging/WheatyExceptionReport.h
+++ b/src/common/Debugging/WheatyExceptionReport.h
@@ -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_