Define CGFloat for versions lower or equal to OSX 10.4

This commit is contained in:
twinaphex 2016-01-17 19:58:31 +01:00
parent f44e0db97c
commit 4de1726bf6

View File

@ -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