mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
More Mac OS X progress.
Tested-by: Christopher Eklund <eklundchristopher@gmail.com> Signed-off-by: otfallen <f.fallen45@gmail.com> Signed-off-by: Christopher Eklund <eklundchristopher@gmail.com>
This commit is contained in:
@@ -34,6 +34,14 @@
|
||||
#include <framework/net/connection.h>
|
||||
#endif
|
||||
|
||||
/* Ugly hack but works. */
|
||||
#if defined __APPLE__ && defined CRASH_HANDLER
|
||||
/* UNIX Crash handler for some reason did not go as expected on a Mac system
|
||||
* TODO: RTFM it.
|
||||
*/
|
||||
#undef CRASH_HANDLER
|
||||
#endif
|
||||
|
||||
void exitSignalHandler(int sig)
|
||||
{
|
||||
static bool signaled = false;
|
||||
|
Reference in New Issue
Block a user