From: Jouk Jansen Date: Tue, 31 May 2005 06:13:48 +0000 (+0000) Subject: ---------------------------------------------------------------------- X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/215599ce39f9756093b9cde183c1e452d03dcfdb ---------------------------------------------------------------------- Committing in . OpenVMS setup update. Modified Files: wxWidgets/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h_vms b/setup.h_vms index aac3f4a995..7fcec76086 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -532,8 +532,10 @@ /* enable rich edit under Win32 */ #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 /*