]> git.saurik.com Git - cydia.git/commitdiff
Provide compatible #define for 4.0 kCFVersion.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 25 Feb 2011 19:18:31 +0000 (11:18 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:19 +0000 (02:41 -0800)
iPhonePrivate.h

index b74cc64765b8fd41983cbc7670915093f3c75130..ea0fe349c549c3ef75369822329123c52576633e 100644 (file)
@@ -364,6 +364,10 @@ extern float const UIScrollViewDecelerationRateNormal;
 #endif
 // }}}
 
+#ifndef kCFCoreFoundationVersionNumber_iPhoneOS_4_0
+#define kCFCoreFoundationVersionNumber_iPhoneOS_4_0 550.32
+#endif
+
 @interface UIScreen (iOS_4_0)
 @property(nonatomic,readonly) CGFloat scale;
 @end