projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Last correction for makefile.g95: win32 mkdir does not like forward slashes as directory
[wxWidgets.git]
/
src
/
motif
/
gauge.cpp
diff --git
a/src/motif/gauge.cpp
b/src/motif/gauge.cpp
index 58bb544b9d6c504c9c04d26ad1eb1f9b7caa5e90..104f66536c2c63b1878f341c2e39c9074cb2d64b 100644
(file)
--- a/
src/motif/gauge.cpp
+++ b/
src/motif/gauge.cpp
@@
-13,7
+13,11
@@
#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
#ifdef __VMS__
#pragma message disable nosimpint
@@
-24,9
+28,7
@@
#endif
#include "wx/motif/private.h"
#endif
#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: