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
#define wxUSE_GLCANVAS 1
+#define wxUSE_RICHTEXT 1
#define wxUSE_CLIPBOARD 1
* 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 */