X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d120f8391920145647ec10e84629bc21fa9f1bb..708c45a6cef439edb007ca8f8329582244f152f5:/src/motif/colour.cpp?ds=sidebyside diff --git a/src/motif/colour.cpp b/src/motif/colour.cpp index cf9f93c796..c36d3b085c 100644 --- a/src/motif/colour.cpp +++ b/src/motif/colour.cpp @@ -12,7 +12,7 @@ //// TODO: make wxColour a ref-counted object, //// so pixel values get shared. -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "colour.h" #endif @@ -20,13 +20,17 @@ #include "wx/colour.h" #include "wx/app.h" +#ifdef __VMS__ +#pragma message disable nosimpint +#endif #include +#ifdef __VMS__ +#pragma message enable nosimpint +#endif #include "wx/motif/private.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject) -#endif // Colour