workaround for bug in CW MSL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-03-26 06:23:28 +00:00
parent f93cfdc363
commit b3c35859d8

View File

@@ -152,7 +152,10 @@
# endif # endif
#endif /* wxUSE_UNICODE */ #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 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 are not updated with <iostream> yet, so override the users setting here