From: Jay Freeman (saurik) Date: Wed, 2 Feb 2011 07:46:05 +0000 (-0800) Subject: We can't use 3.0 constants on 2.0 SDK. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/817748f003e0ee681ea0a35c20852940c117ce6e We can't use 3.0 constants on 2.0 SDK. --- diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 75c083c8..96679a59 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -354,6 +354,7 @@ extern float const UIScrollViewDecelerationRateNormal; #if __IPHONE_OS_VERSION_MIN_REQUIRED < 30000 #define kSCNetworkReachabilityFlagsConnectionOnDemand (1 << 5) +#define kCFCoreFoundationVersionNumber_iPhoneOS_3_0 478.47 #endif // }}}