X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4dff340069297c51f04fcd230282b86eee6943db..2d4957f2401a8814f90cda21ef945d99bc74596e:/src/motif/msgdlg.cpp?ds=inline diff --git a/src/motif/msgdlg.cpp b/src/motif/msgdlg.cpp index 6b7e61f69f..cbc30128a0 100644 --- a/src/motif/msgdlg.cpp +++ b/src/motif/msgdlg.cpp @@ -13,7 +13,7 @@ // declarations // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "msgdlg.h" #endif @@ -21,7 +21,10 @@ // headers // ---------------------------------------------------------------------------- +#include "wx/defs.h" + #ifdef __VMS +#define XtDisplay XTDISPLAY #pragma message disable nosimpint #include #endif