mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
Define NS_INLINE if it does not exist
This commit is contained in:
parent
9d9b929ae4
commit
c8c4dcfda7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user