Skip to content

Commit 2cd39b7

Browse files
committed
fix(crashreporter): Undefined function
1 parent cf22334 commit 2cd39b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crashreporter/CrashReport.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#ifdef _WIN32
44
bool BeginCrashListener() { return true; }
5+
void CrashReporterListener() {}
56
#else
67

78
#include <rapidjson/document.h>

0 commit comments

Comments
 (0)