]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use __MSL__ unless it's defined
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2005 12:23:58 +0000 (12:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2005 12:23:58 +0000 (12:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dccg.cpp

index a91add9cef5ab487584dd6254d03fdf1c8df743b..eaaa2f179cfdb301401f576d28e515cefff7d064 100755 (executable)
 #include "wx/log.h"
 
 
-#if __MSL__ >= 0x6000
-#include "math.h"
-using namespace std ;
+#ifdef __MSL__
+    #if __MSL__ >= 0x6000
+        #include "math.h"
+        using namespace std ;
+    #endif
 #endif
 
 #include "wx/mac/private.h"