From: Jouk Jansen Date: Wed, 26 Oct 2005 06:20:19 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b4f9b09cb92cf7c4e12815c4af605c7d74cd4514 Committing in . Updated OpenVMS compile options Modified Files: wxWidgets/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h_vms b/setup.h_vms index 760f35b260..3e23ecc6cd 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -429,6 +429,7 @@ #define wxUSE_GLCANVAS 1 +#define wxUSE_RICHTEXT 1 #define wxUSE_CLIPBOARD 1 @@ -518,10 +519,8 @@ * the common values automatically */ #if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__) #define wxUSE_OWNER_DRAWN 1 -#endif - -#if defined(__WXPM__) -#define wxUSE_OWNER_DRAWN 1 +#else +#define wxUSE_OWNER_DRAWN 0 #endif /* enable rich edit under Win32 */