]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/msgdlg.cpp
Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / mac / classic / msgdlg.cpp
index 7e48867ed2937e88fb2a76487b5bd7a66e7b698b..787ba68f6c7848c82d5105a15e3a4a0d98ef3057 100644 (file)
@@ -9,13 +9,16 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "msgdlg.h"
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#include "wx/msgdlg.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
 #endif
 
 #include "wx/app.h"
-#include "wx/msgdlg.h"
-#include "wx/intl.h"
 #include "wx/mac/uma.h"
 
 IMPLEMENT_CLASS(wxMessageDialog, wxDialog)
@@ -259,4 +262,3 @@ int wxMessageDialog::ShowModal()
 
     return resultbutton ;
 }
-