Merge pull request #335 from besser82/bugfix/apple_deprecated_macros
Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework
This commit is contained in:
commit
57e3bf72c6
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue