]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gauge.cpp
corrected preproc condition
[wxWidgets.git] / src / motif / gauge.cpp
index 4ab115b8a6dc4e1d988f8d7f63c0b39c594c6d05..e1e3df36018c34667fe007fe041cf868942a1b2f 100644 (file)
 #pragma implementation "gauge.h"
 #endif
 
-#ifdef __VMS__
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __VMS
 #include <wx/vms_x_fix.h>
+#undef XtDisplay
+#undef XtScreen
+#undef XtWindow
+#undef XtIsRealized
+#undef XtParent
 #endif
 
 # include "wx/gauge.h"