summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-01 23:46:05 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-07 12:26:12 -0800
commit7154cb904726d8cb3c006860245327f6c80e31a1 (patch)
treefb596d588bdda94530488243e4188ed454ae0734 /iPhonePrivate.h
parentb971f083d35472a19ddf7802cbb725a60aaecba7 (diff)
We can't use 3.0 constants on 2.0 SDK.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 75c083c..96679a5 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
// }}}