projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use AllocExclusive in wxAcceleratorTable
[wxWidgets.git]
/
src
/
motif
/
gauge.cpp
diff --git
a/src/motif/gauge.cpp
b/src/motif/gauge.cpp
index cadbfafb35fb3566110be791be0ea4af8fb3237f..104f66536c2c63b1878f341c2e39c9074cb2d64b 100644
(file)
--- a/
src/motif/gauge.cpp
+++ b/
src/motif/gauge.cpp
@@
-13,14
+13,22
@@
#pragma implementation "gauge.h"
#endif
#pragma implementation "gauge.h"
#endif
-#include "wx/gauge.h"
+#ifdef __VMS__
+#include <wx/vms_x_fix.h>
+#endif
+
+# include "wx/gauge.h"
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
#include <Xm/Xm.h>
#include <Xm/Xm.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
#include "wx/motif/private.h"
#include "wx/motif/private.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
-#endif
// XmGauge copyright notice:
// XmGauge copyright notice: