X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed05b5c6e1e04950f6cfaa1900567bffe64d9be3..1e9bafca0f56de34638d4c3fef8cf74fe9351193:/src/motif/msgdlg.cpp?ds=sidebyside diff --git a/src/motif/msgdlg.cpp b/src/motif/msgdlg.cpp index 7667a07b1c..f51da838f1 100644 --- a/src/motif/msgdlg.cpp +++ b/src/motif/msgdlg.cpp @@ -13,10 +13,6 @@ // 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 +#include "wx/vms_x_fix.h" #endif #include @@ -271,4 +267,3 @@ int wxMessageDialog::ShowModal() return m_result; } -