And the last one pre holiday ... Fix -mt on OSX. (nw)

This commit is contained in:
couriersud 2015-02-14 20:32:47 +01:00
parent 57af55aa8c
commit 78afab6f5a

View File

@ -14,7 +14,7 @@
//============================================================
// Process events in worker thread
#if defined(SDLMAME_WIN32) || ((SDLMAME_SDL2) && (!defined(SDLMAME_EMSCRIPTEN)))
#if defined(SDLMAME_WIN32) || ((SDLMAME_SDL2) && (!defined(SDLMAME_EMSCRIPTEN)) && (!defined(SDLMAME_MACOSX)))
#define SDLMAME_EVENTS_IN_WORKER_THREAD (1)
#else
#define SDLMAME_EVENTS_IN_WORKER_THREAD (0)