mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Disable crash handler in Mac OS
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#ifndef CRASHHANDLER_H
|
||||
#define CRASHHANDLER_H
|
||||
|
||||
#ifdef CRASH_HANDLER
|
||||
void installCrashHandler();
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@@ -20,7 +20,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef WIN32
|
||||
#if !defined(WIN32) && defined(CRASH_HANDLER)
|
||||
|
||||
#include "crashhandler.h"
|
||||
#include <framework/global.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined(WIN32) && defined(CRASH_HANDLER)
|
||||
|
||||
#include "crashhandler.h"
|
||||
#include <framework/global.h>
|
||||
|
Reference in New Issue
Block a user