Fixed [ 1195584 ] Missing wxUSE_RICHEDIT2 in setup.h.in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-05-21 17:22:19 +00:00
parent 925fcf5f1b
commit 3f694ff5f2

View File

@ -501,8 +501,10 @@
#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
/*