]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/brush.cpp
pragma and prec-header patch applied
[wxWidgets.git] / src / mac / carbon / brush.cpp
index f94401052f07bf9c12efe29beb96938b13c58c8d..8716a58535dddac547765d5c5a092234dc171384 100644 (file)
@@ -9,11 +9,12 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "brush.h"
 #endif
 
-#include "wx/setup.h"
+#include "wx/wxprec.h"
+
 #include "wx/utils.h"
 #include "wx/brush.h"
 
@@ -226,4 +227,4 @@ wxBitmap *wxBrush::GetStipple() const
 wxMacBrushKind wxBrush::MacGetBrushKind()  const 
 { 
     return (M_BRUSHDATA ? M_BRUSHDATA->m_macBrushKind : kwxMacBrushColour); 
-}
\ No newline at end of file
+}