Use CGFLOAT_DEFINED, don't rely on NSINTEGER_DEFINED for this
This commit is contained in:
@ -32,7 +32,9 @@
|
||||
#ifndef NSINTEGER_DEFINED
|
||||
typedef int NSInteger;
|
||||
typedef unsigned int NSUInteger;
|
||||
#endif
|
||||
|
||||
#ifndef CGFLOAT_DEFINED
|
||||
typedef float CGFloat;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user