mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(iOS) Fix iOS6 solution
This commit is contained in:
parent
cc1a34ee81
commit
b7ba8e7d58
@ -1,4 +1,8 @@
|
||||
#ifdef IOS
|
||||
#include <Availability.h>
|
||||
#else
|
||||
#include <AvailabilityMacros.h>
|
||||
#endif
|
||||
|
||||
#ifndef __IPHONE_OS_VERSION_MAX_ALLOWED
|
||||
#define __IPHONE_OS_VERSION_MAX_ALLOWED 00000
|
||||
|
Loading…
x
Reference in New Issue
Block a user