- avoid CrashRpt references
This commit is contained in:
parent
c303b6f09d
commit
7483db5fac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue