Hardware defines spec.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-29 08:03:26 +00:00
parent 927330abae
commit 9b1414681c
12 changed files with 57 additions and 35 deletions

View File

@@ -1170,12 +1170,12 @@
#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 */