X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af111fc33841cc8bdc4d6cf027702805333bdd2a..0240e8b1aa935d43689b0b8ec36de3c06c1a4758:/src/motif/checkbox.cpp diff --git a/src/motif/checkbox.cpp b/src/motif/checkbox.cpp index 0f90243a26..d528c697f9 100644 --- a/src/motif/checkbox.cpp +++ b/src/motif/checkbox.cpp @@ -16,10 +16,16 @@ #include "wx/checkbox.h" #include "wx/utils.h" +#ifdef __VMS__ +#pragma message disable nosimpint +#endif #include <Xm/Label.h> #include <Xm/LabelG.h> #include <Xm/ToggleB.h> #include <Xm/ToggleBG.h> +#ifdef __VMS__ +#pragma message enable nosimpint +#endif #include "wx/motif/private.h"