]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/bmpbuttn.cpp
removed unnecessarily overridden wxControl method
[wxWidgets.git] / src / motif / bmpbuttn.cpp
index 8abd0e2167abd531796a453fd76ad7e1f7926853..87bca5cdb15d0e8d38b3d078958e37a8e4830bb9 100644 (file)
 #pragma implementation "bmpbuttn.h"
 #endif
 
+#ifdef __VMS
+#define XtScreen XTSCREEN
+#endif
+
+#include "wx/defs.h"
+
 #include "wx/bmpbuttn.h"
 
 #ifdef __VMS__