mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Define CGFloat for versions lower or equal to OSX 10.4
This commit is contained in:
parent
f44e0db97c
commit
4de1726bf6
@ -29,6 +29,7 @@
|
||||
#if (MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4)
|
||||
typedef int NSInteger;
|
||||
typedef unsigned NSUInteger;
|
||||
typedef float CGFloat;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user