]> git.saurik.com Git - wxWidgets.git/commitdiff
pragma , precomp support
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 27 Jan 2005 21:10:44 +0000 (21:10 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 27 Jan 2005 21:10:44 +0000 (21:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/app.cpp

index b1c20de67395bdf1e345994b50190ce4d6232e06..b219ed79e190eaffd9e2593edf0c27fdf1820731 100644 (file)
@@ -9,11 +9,11 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "app.h"
 #endif
 
-#include "wx/defs.h"
+#include "wx/wxprec.h"
 
 #include "wx/window.h"
 #include "wx/frame.h"