X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2695b1740990eff1443dfe424eeb2bef43a65e3b..0fe5e8fea017ecb73f8aaa8ceb745feb269b3f79:/src/motif/glcanvas.cpp diff --git a/src/motif/glcanvas.cpp b/src/motif/glcanvas.cpp index 046c5d0c6c..776eb9746c 100644 --- a/src/motif/glcanvas.cpp +++ b/src/motif/glcanvas.cpp @@ -22,7 +22,13 @@ #include "wx/utils.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" #ifdef OLD_MESA