X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52a15d5b9671ee73375243a29a3009fb20d8569f..cf2227623a889dd0a5f36288d346fc6bf64b55fa:/src/motif/xmcombo/xmcombo.c diff --git a/src/motif/xmcombo/xmcombo.c b/src/motif/xmcombo/xmcombo.c index 601fe89c43..be780d1fbc 100644 --- a/src/motif/xmcombo/xmcombo.c +++ b/src/motif/xmcombo/xmcombo.c @@ -92,14 +92,21 @@ * */ #ifdef __VMS +/* vms_x_fix.h should be included before any of the X11/Motif headers */ #include #undef XtDisplay #undef XtScreen #undef XtWindow #undef XtIsRealized #undef XtParent +#undef XtClass #endif +/* get XmVersion definition */ +#include + +#if (XmVersion < 2000) + #include #include #include @@ -118,8 +125,6 @@ #include #include -#if (XmVersion < 2000) - #include #include /* define toupper */ #include "combop.h"