]> git.saurik.com Git - wxWidgets.git/commitdiff
workaround for bug in CW MSL
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 26 Mar 2004 06:23:28 +0000 (06:23 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 26 Mar 2004 06:23:28 +0000 (06:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 2d9c7d6a3cebd34b42bdc0f5c1ea27f1aea85a95..91f11101ecff7c9a5b3595a0e495cd134e1368f5 100644 (file)
 #   endif
 #endif /* wxUSE_UNICODE */
 
-
+#if defined( __MWERKS__ ) && !defined(__INTEL__)
+// otherwise MSL headers bring in WIN32 dependant APIs
+#undef UNICODE
+#endif
 /*
    some compilers don't support iostream.h any longer, while some of theme
    are not updated with <iostream> yet, so override the users setting here