wxRichTextCtrl not ready for WinCE yet, stop people fiddling with it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-10-25 17:09:46 +00:00
parent c01075e580
commit 43a9ab2f1b

View File

@@ -1251,6 +1251,11 @@
#undef wxUSE_COMMON_DIALOGS
#define wxUSE_COMMON_DIALOGS 1
// don't use wxRichTextCtrl on WinCE yet, it's not ready, plus it's
// probably overkill for a WinCE environment.
#undef wxUSE_RICHTEXT
#define wxUSE_RICHTEXT 0
// ----------------------------------------------------------------------------
// Crash debugging helpers
// ----------------------------------------------------------------------------