]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
fix comparison of BYTE variable with -1 after last commit
[wxWidgets.git] / include / wx / platform.h
index 22b2469aafddbb70a492f8c80c92eebb52cd2f0e..328f4bc194dfecdfa9294f34ce0fb2dda096be18 100644 (file)
 # define wxVMS_USE_STD
 #endif
 
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#ifdef __WXMOTIF__
+#define XtParent XTPARENT
+#define XtScreen XTSCREEN
+#define XtWindow XTWINDOW
+#endif
+#endif
+
 /* Choose which method we will use for updating menus
  * - in OnIdle, or when we receive a wxEVT_MENU_OPEN event.
  * Presently, only Windows and GTK+ support wxEVT_MENU_OPEN.