]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/choice.cpp
implemented wxGetSingleChoiceIndex version that takes wxArrayString
[wxWidgets.git] / src / motif / choice.cpp
index b805a5dabfad547b49ba96fb3229c8d49eb7bf51..a25d112e25548b6fc97b6052d69e3362d813bc29 100644 (file)
 #pragma implementation "choice.h"
 #endif
 
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#define XtParent XTPARENT
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/choice.h"
 #include "wx/utils.h"