]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
restored wxPluginLibrary::ms_classes handling code that was removed by mistake
[wxWidgets.git] / src / motif / msgdlg.cpp
index 6b7e61f69fc9f5791bf5573a70c087e73d805760..cbc30128a00220a57d4f9f0c78adc120256cf0a0 100644 (file)
@@ -13,7 +13,7 @@
 // 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
 #include <wx/vms_x_fix.h>
 #endif