(OSX 10.6) Need to define __has_feature for GCC

This commit is contained in:
twinaphex 2014-10-25 07:49:27 +02:00
parent d2cb3d15d5
commit 0a8734d090

View File

@ -26,6 +26,11 @@
#endif
#endif
#ifndef __has_feature
/* Compatibility with non-Clang compilers. */
#define __has_feature(x) 0
#endif
NS_INLINE CF_RETURNS_RETAINED CFTypeRef CFBridgingRetainCompat(id X)
{