mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
How to remove unwanted macros, or: getting out of discovered "check" (nw)
This fixes the OS X build.
This commit is contained in:
parent
a5bca54a8a
commit
989ce6d988
@ -9,6 +9,8 @@
|
|||||||
#ifndef __SDL_DEBUGOSX__
|
#ifndef __SDL_DEBUGOSX__
|
||||||
#define __SDL_DEBUGOSX__
|
#define __SDL_DEBUGOSX__
|
||||||
|
|
||||||
|
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
|
||||||
|
|
||||||
// make sure this comes first
|
// make sure this comes first
|
||||||
#include <AvailabilityMacros.h>
|
#include <AvailabilityMacros.h>
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef SDLMAME_MACOSX
|
#ifdef SDLMAME_MACOSX
|
||||||
|
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user