projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added SetActive to wxEventLoop
[wxWidgets.git]
/
src
/
motif
/
bmpbuttn.cpp
diff --git
a/src/motif/bmpbuttn.cpp
b/src/motif/bmpbuttn.cpp
index 8abd0e2167abd531796a453fd76ad7e1f7926853..87bca5cdb15d0e8d38b3d078958e37a8e4830bb9 100644
(file)
--- a/
src/motif/bmpbuttn.cpp
+++ b/
src/motif/bmpbuttn.cpp
@@
-13,6
+13,12
@@
#pragma implementation "bmpbuttn.h"
#endif
+#ifdef __VMS
+#define XtScreen XTSCREEN
+#endif
+
+#include "wx/defs.h"
+
#include "wx/bmpbuttn.h"
#ifdef __VMS__