wxUSE_RICHeDIT added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-11-26 15:26:51 +00:00
parent 381dd4bfa2
commit e959aee256

View File

@ -99,6 +99,13 @@
#define wxUSE_NATIVE_STATUSBAR 1
#endif
/* enable rich edit under Win32 */
#if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__GNUWIN32_OLD__)
#define wxUSE_RICHEDIT 1
#else
#define wxUSE_RICHEDIT 0
#endif
/*
* Supports bool type
*/