]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/pen.cpp
comment out unused stuff for warning fixing
[wxWidgets.git] / src / mac / carbon / pen.cpp
index 55837becff6433f7d38f35ec3fef4f1af4790d0c..56130732a93b683ce08d6582a883b23bfb1ec8dd 100644 (file)
@@ -6,14 +6,15 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:       wxWidgets licence
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "pen.h"
 #endif
 
-#include "wx/setup.h"
+#include "wx/wxprec.h"
+
 #include "wx/utils.h"
 #include "wx/pen.h"