X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..36ba5f7cb0d831c61048e5ee5bb6a71e691cc3f3:/src/motif/gauge.cpp diff --git a/src/motif/gauge.cpp b/src/motif/gauge.cpp index 4ab115b8a6..e1e3df3601 100644 --- a/src/motif/gauge.cpp +++ b/src/motif/gauge.cpp @@ -13,8 +13,16 @@ #pragma implementation "gauge.h" #endif -#ifdef __VMS__ +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __VMS #include +#undef XtDisplay +#undef XtScreen +#undef XtWindow +#undef XtIsRealized +#undef XtParent #endif # include "wx/gauge.h"