define wxUSE_UNICODE_MSLU as 0 unconditionally, CE doesn't support nor need MSLU

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-07-30 12:46:11 +00:00
parent 6926b9c403
commit 7ecb668390
2 changed files with 111 additions and 86 deletions

View File

@@ -53,6 +53,21 @@
#undef wxUSE_DEBUGREPORT
#define wxUSE_DEBUGREPORT 0
// other MSW settings not supported by CE
#undef wxUSE_RICHEDIT
#define wxUSE_RICHEDIT 0
#undef wxUSE_RICHEDIT2
#define wxUSE_RICHEDIT2 0
#undef wxUSE_UXTHEME
#define wxUSE_UXTHEME 0
#undef wxUSE_UXTHEME_AUTO
#define wxUSE_UXTHEME_AUTO 0
#undef wxUSE_UNICODE_MSLU
#define wxUSE_UNICODE_MSLU 0
// Disable features which don't make sense for MS Smartphones
// (due to pointer device usage, limited controls, file system)
#if defined(__SMARTPHONE__)