How to remove unwanted macros, or: getting out of discovered "check" (nw)

This fixes the OS X build.
This commit is contained in:
AJR 2018-06-29 23:50:41 -04:00
parent a5bca54a8a
commit 989ce6d988
2 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -18,6 +18,7 @@
#endif
#endif
#ifdef SDLMAME_MACOSX
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
#include <Carbon/Carbon.h>
#endif
#endif