]> git.saurik.com Git - cydia.git/commitdiff
We can't use 3.0 constants on 2.0 SDK.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 2 Feb 2011 07:46:05 +0000 (23:46 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Feb 2011 20:26:12 +0000 (12:26 -0800)
iPhonePrivate.h

index 75c083c8ce09a88d2c4f9602c6a2643104568979..96679a5998508148c496de158580ff7feb68b5b1 100644 (file)
@@ -354,6 +354,7 @@ extern float const UIScrollViewDecelerationRateNormal;
 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 30000
 
 #define kSCNetworkReachabilityFlagsConnectionOnDemand (1 << 5)
 #if __IPHONE_OS_VERSION_MIN_REQUIRED < 30000
 
 #define kSCNetworkReachabilityFlagsConnectionOnDemand (1 << 5)
+#define kCFCoreFoundationVersionNumber_iPhoneOS_3_0 478.47
 
 #endif
 // }}}
 
 #endif
 // }}}