]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
don't leave two conscutive separators after "moving" a standard menu item to the...
[wxWidgets.git] / include / wx / chkconf.h
index 49a1248b526518ab446600a95d97e580ac77807d..5ced93cfefcaeee3838493c358c0dcda3c811d23 100644 (file)
 #endif /* wxMGL */
 
 /* Hopefully we can emulate these dialogs in due course */
-#ifdef __SMARTPHONE__
+#if defined(__SMARTPHONE__) && defined(__WXWINCE__)
 #   ifdef wxUSE_COLOURDLG
 #       undef wxUSE_COLOURDLG
 #       define wxUSE_COLOURDLG 0
 #   endif
-#endif /* __SMARTPHONE__ */
+#endif /* __SMARTPHONE__ && __WXWINCE__ */
 
 
 /* generic controls dependencies */
 #       undef wxUSE_XRC
 #       define wxUSE_XRC 0
 #   endif
-#endif /* wxUSE_UNICODE_XRC */
+#endif /* wxUSE_XRC */
 
 #endif /* wxUSE_GUI */