mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 20:19:40 +00:00
Added kCFNotFound
This commit is contained in:
parent
48331daa62
commit
0e8eca030b
@ -51,6 +51,11 @@ THE SOFTWARE IS PROVIDED "AS IS",WITHOUT WARRANTY OF ANY KIND,EXPRESS OR IMPLIED
|
||||
this is a hassle on platforms where you just want to use Foundation, so we put them in CoreFoundation and see what happens
|
||||
*/
|
||||
|
||||
enum
|
||||
{
|
||||
kCFNotFound = LONG_MAX
|
||||
};
|
||||
|
||||
#ifdef __LP64__
|
||||
typedef double CGFloat;
|
||||
#define CGFLOAT_MIN DBL_MIN
|
||||
|
Loading…
Reference in New Issue
Block a user