Added kCFNotFound

This commit is contained in:
Mike Shields 2010-09-17 14:58:18 -04:00
parent 48331daa62
commit 0e8eca030b

View File

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