]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed [ 1195584 ] Missing wxUSE_RICHEDIT2 in setup.h.in
authorJulian Smart <julian@anthemion.co.uk>
Sat, 21 May 2005 17:22:19 +0000 (17:22 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 21 May 2005 17:22:19 +0000 (17:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 610b50e09c1a507341f64629ab6d1b756b7448ce..381af0754b2d5857b6eb1c41598d347de50d7573 100644 (file)
 
 #if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
 #define wxUSE_RICHEDIT 1
+#define wxUSE_RICHEDIT2 1
 #else
 #define wxUSE_RICHEDIT 0
+#define wxUSE_RICHEDIT2 0
 #endif
 
 /*