]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/setup.h
Fix a couple of export declarations
[wxWidgets.git] / include / wx / msw / wince / setup.h
index 8cd7baf9d1d0236521a54f9bd31eeefa2eb9bd82..3ebbcc9077398903b0f943d104f13759c4380608 100644 (file)
 // Recommended setting: 1 if you intend to use OpenGL, 0 otherwise
 #define wxUSE_GLCANVAS       0
 
+// wxRichTextCtrl allows editing of styled text.
+//
+// Default is 1.
+//
+// Recommended setting: 1, set to 0 if you want compile a
+// smaller library.
+#define wxUSE_RICHTEXT       1
+
 // ----------------------------------------------------------------------------
 // Data transfer
 // ----------------------------------------------------------------------------