]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/dc.cpp
added direct HICommand updating
[wxWidgets.git] / src / mac / carbon / dc.cpp
index 9bcf525f260cbaefdb8bea58547b81951be66a6a..8038c0b217547dde04fb2ecf74d5fc8b60960a80 100644 (file)
@@ -45,7 +45,7 @@ IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
 #define twips2mm        0.0176388888889
 #define mm2pt            2.83464566929
 #define pt2mm            0.352777777778
-#ifndef __DARWIN__
+#if !defined( __DARWIN__ ) || defined(__MWERKS__)
 const double M_PI = 3.14159265358979 ;
 #endif
 const double RAD2DEG  = 180.0 / M_PI;