From 817748f003e0ee681ea0a35c20852940c117ce6e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 1 Feb 2011 23:46:05 -0800 Subject: [PATCH] We can't use 3.0 constants on 2.0 SDK. --- iPhonePrivate.h | 1 + 1 file changed, 1 insertion(+) 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 // }}} -- 2.45.2