From b3c35859d85c0771516a378bcd8cb9f45d3837d0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 26 Mar 2004 06:23:28 +0000 Subject: [PATCH] workaround for bug in CW MSL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platform.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.50.0