From 7483db5fac1683409bd46024114f10c60a403b26 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Tue, 5 Feb 2019 10:19:20 +0200 Subject: [PATCH] - avoid CrashRpt references --- src/engine/helper/HL_CrashRpt.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/engine/helper/HL_CrashRpt.cpp b/src/engine/helper/HL_CrashRpt.cpp index 0b819eb5..fbd8a003 100644 --- a/src/engine/helper/HL_CrashRpt.cpp +++ b/src/engine/helper/HL_CrashRpt.cpp @@ -1,3 +1,5 @@ +#if defined(USE_CRASHRPT) + #include "HL_CrashRpt.h" #include "HL_String.h" @@ -168,3 +170,5 @@ CrashReporterGuard::~CrashReporterGuard() { CrashReporter::free(); } + +#endif