// declarations
// ============================================================================
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "msgdlg.h"
#endif
// headers
// ----------------------------------------------------------------------------
+#include "wx/defs.h"
+
#ifdef __VMS
#define XtDisplay XTDISPLAY
#pragma message disable nosimpint