]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/gdiobj.cpp
Added simple instructions and autogen.mk to rebuild configure script.
[wxWidgets.git] / src / mac / carbon / gdiobj.cpp
index 528c5a7efe4467940b2f65a72bdbcec3b76aa440..ec91782eda30a79c9c9267ff43b0609f7e5bc759 100644 (file)
@@ -9,14 +9,14 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "gdiobj.h"
 #endif
 
+#include "wx/wxprec.h"
+
 #include "wx/gdiobj.h"
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-#endif
 
 // TODO: Nothing to do, unless you want to.