X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..5fe8354960174a56ee21c456ac3ba521a7b9bae5:/src/motif/choice.cpp?ds=sidebyside diff --git a/src/motif/choice.cpp b/src/motif/choice.cpp index b805a5dabf..a25d112e25 100644 --- a/src/motif/choice.cpp +++ b/src/motif/choice.cpp @@ -13,6 +13,11 @@ #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"