summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-25 11:18:31 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:19 -0800
commitc6bcc0c17bf686a51fc4c6f70baf519ac210856f (patch)
tree82145a549e3eed2a27549bd4dfb085840d3519ac /iPhonePrivate.h
parent5a6527386d914994e00cfe78caff1df7f8c72cbd (diff)
Provide compatible #define for 4.0 kCFVersion.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index b74cc64..ea0fe34 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -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