X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5b507581053d7a11b5c1419dc3ac5c31904236b..3d3f3e3749fa5812c1937736b8745d696263a8b5:/src/gtk/msgdlg.cpp diff --git a/src/gtk/msgdlg.cpp b/src/gtk/msgdlg.cpp index 666cbde6bc..fa66968937 100644 --- a/src/gtk/msgdlg.cpp +++ b/src/gtk/msgdlg.cpp @@ -9,25 +9,24 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "msgdlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_MSGDLG && defined(__WXGTK20__) && !defined(__WXGPE__) #include "wx/msgdlg.h" + +#ifndef WX_PRECOMP + #include "wx/intl.h" +#endif + #include "wx/gtk/private.h" #include -#include "wx/intl.h" - IMPLEMENT_CLASS(wxMessageDialog, wxDialog) wxMessageDialog::wxMessageDialog(wxWindow *parent, @@ -130,5 +129,4 @@ int wxMessageDialog::ShowModal() } -#endif // wxUSE_MSGDLG && defined(__WXGTK20__) - +#endif // wxUSE_MSGDLG && defined(__WXGTK20__) && !defined(__WXGPE__)