Define NS_INLINE if it does not exist

This commit is contained in:
twinaphex 2015-06-02 18:47:08 +02:00
parent 9d9b929ae4
commit c8c4dcfda7

View File

@ -98,6 +98,10 @@ typedef enum
#endif
#endif
#ifndef NS_INLINE
#define NS_INLINE inline
#endif
NS_INLINE CF_RETURNS_RETAINED CFTypeRef CFBridgingRetainCompat(id X)
{
#if __has_feature(objc_arc)