]> git.saurik.com Git - wxWidgets.git/commitdiff
don't test for __WIN95__ which doesn't exist any more; don't do compiler checks here...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jan 2006 01:42:13 +0000 (01:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jan 2006 01:42:13 +0000 (01:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 0062a402372e311f9bdd00cd64e80208e79f8cd3..546876a18f41a7a930e2271fceb8715d3b690d29 100644 (file)
 //
 // Recommended setting: 1, only set it to 0 if your compiler doesn't have
 //                      or can't compile <richedit.h>
-#if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
 #define wxUSE_RICHEDIT  1
 
-// TODO:  This should be ifdef'ed for any compilers that don't support
-//        RichEdit 2.0 but do have RichEdit 1.0...
+// Set this to 1 to use extra features of richedit v2 and later controls
+//
+// Default is 1 for compilers which support it
+//
+// Recommended setting: 1
 #define wxUSE_RICHEDIT2 1
 
-#else
-#define wxUSE_RICHEDIT  0
-#define wxUSE_RICHEDIT2 0
-#endif
-
 // Set this to 1 to enable support for the owner-drawn menu and listboxes. This
 // is required by wxUSE_CHECKLISTBOX.
 //