mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +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__
|
||||
#define __SDL_DEBUGOSX__
|
||||
|
||||
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
|
||||
|
||||
// make sure this comes first
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
#endif
|
||||
#endif
|
||||
#ifdef SDLMAME_MACOSX
|
||||
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user