]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Updated to Scintilla 1.67
[wxWidgets.git] / src / motif / msgdlg.cpp
index 7667a07b1cfc7607bf62c0cd0ff225c96248e0f1..f51da838f19b7faf09e604adef42d9edcc939939 100644 (file)
 // declarations
 // ============================================================================
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "msgdlg.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -29,7 +25,7 @@
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #pragma message disable nosimpint
-#include <wx/vms_x_fix.h>
+#include "wx/vms_x_fix.h"
 #endif
 #include <X11/Xlib.h>
 
@@ -271,4 +267,3 @@ int wxMessageDialog::ShowModal()
 
     return m_result;
 }
-