forked from AuroraMiddleware/gtk
Use CGFLOAT_DEFINED, don't rely on NSINTEGER_DEFINED for this
This commit is contained in:
parent
50c7d672c1
commit
8273349eca
@ -32,7 +32,9 @@
|
||||
#ifndef NSINTEGER_DEFINED
|
||||
typedef int NSInteger;
|
||||
typedef unsigned int NSUInteger;
|
||||
#endif
|
||||
|
||||
#ifndef CGFLOAT_DEFINED
|
||||
typedef float CGFloat;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user