From: Stefan Csomor Date: Fri, 26 Mar 2004 06:23:28 +0000 (+0000) Subject: workaround for bug in CW MSL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b3c35859d85c0771516a378bcd8cb9f45d3837d0 workaround for bug in CW MSL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/platform.h b/include/wx/platform.h index 2d9c7d6a3c..91f11101ec 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -152,7 +152,10 @@ # 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 yet, so override the users setting here