git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31598
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#endif
+
#include "wx/defs.h"
#include "wx/checkbox.h"
#endif
// define symbols that are missing in old versions of Motif.
-#if defined(__VMS) || (XmVersion < 2000)
-#define XtDisplay XTDISPLAY
+#if (XmVersion < 2000)
#define XmNtoggleMode 0
#define XmTOGGLE_INDETERMINATE 1
#define XmTOGGLE_BOOLEAN 2