]> git.saurik.com Git - wxWidgets.git/commitdiff
wxRichTextCtrl not ready for WinCE yet, stop people fiddling with it
authorJulian Smart <julian@anthemion.co.uk>
Wed, 25 Oct 2006 17:09:46 +0000 (17:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 25 Oct 2006 17:09:46 +0000 (17:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/setup.h

index 9a96c83f0c6bd2883e47a2279b533dcc9e309882..7c74cdd3ed08d6b2b53828d91176126f9e73bae7 100644 (file)
 #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
 // ----------------------------------------------------------------------------