We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf22334 commit 2cd39b7Copy full SHA for 2cd39b7
src/crashreporter/CrashReport.cpp
@@ -2,6 +2,7 @@
2
3
#ifdef _WIN32
4
bool BeginCrashListener() { return true; }
5
+void CrashReporterListener() {}
6
#else
7
8
#include <rapidjson/document.h>
0 commit comments