Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework

This commit is contained in:
Björn Esser 2015-02-10 16:39:19 +01:00
commit 4490f19dcc

View file

@ -106,3 +106,7 @@
# define _SCL_SECURE_NO_DEPRECATE
#endif
/* Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework */
#if defined(__APPLE__) && !defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES)
# define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
#endif