mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
Fix -Wundef warning for TARGET_OS_IOS on older Apple SDKs
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
#if TARGET_OS_TV
|
||||
#define IsTVOS() true
|
||||
#define IsPosix() true
|
||||
#elif TARGET_OS_IOS
|
||||
#elif defined(TARGET_OS_IOS) && TARGET_OS_IOS
|
||||
#define IsIOS() true
|
||||
#define IsPosix() true
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user