]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/dc.cpp
RTTI and exceptions settings for WinCE are restored.
[wxWidgets.git] / src / mac / carbon / dc.cpp
index d4dc936fcd1dbdcbd81971068b9a3ecc5f2b6375..d1cfb0411d052ff896318ff0f2b9beca1816f316 100644 (file)
 #include "wx/image.h"
 #include "wx/log.h"
 
-#if __MSL__ >= 0x6000
-namespace std {}
-using namespace std ;
+#ifdef __MSL__
+    #if __MSL__ >= 0x6000
+        namespace std {}
+        using namespace std ;
+    #endif
 #endif
 
 #include "wx/mac/private.h"