From: Julian Smart Date: Wed, 25 Oct 2006 17:09:46 +0000 (+0000) Subject: wxRichTextCtrl not ready for WinCE yet, stop people fiddling with it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/43a9ab2f1b8b8e86404281b7206440b986608595 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 --- diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 9a96c83f0c..7c74cdd3ed 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -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 // ----------------------------------------------------------------------------