]> git.saurik.com Git - wxWidgets.git/commitdiff
deactivate wxUSE_TIMEPICKCTRL for iphone
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Oct 2011 19:29:12 +0000 (19:29 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Oct 2011 19:29:12 +0000 (19:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/iphone/chkconf.h

index 1ede97c5460165fc7e2dcd4be117eb88bdb188a8..20f14e1a57487572070cc8d64068b99c673b891d 100644 (file)
 #define wxUSE_RICHTEXT 0
 #endif
 
+#if wxUSE_TIMEPICKCTRL
+#undef wxUSE_TIMEPICKCTRL
+#define wxUSE_TIMEPICKCTRL 0
+#endif
+
 #endif
     /* _WX_OSX_IPHONE_CHKCONF_H_ */