]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/scrolbar.cpp
really applied Robert's patch (and not the converse of it)
[wxWidgets.git] / src / motif / scrolbar.cpp
index 9025adcefc0aae9b54da8f77f9e38b8ba174845f..ff018e26b2796c64a9e2cfc33ec8cf45b975fb0f 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "scrolbar.h"
 #endif
 
@@ -18,6 +18,7 @@
 
 #ifdef __VMS__
 #pragma message disable nosimpint
+#define XtDisplay XTDISPLAY
 #endif
 #include <Xm/Xm.h>
 #include <Xm/ScrollBar.h>