fixed check for Metrowerks mbstowcs(): check for __MSL__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-01-08 12:09:03 +00:00
parent 4c5dae083d
commit 70e51d6918

View File

@ -400,7 +400,7 @@
So use our own replacements in both cases.
*/
#if defined(__MWERKS__)
#if defined(__MWERKS__) && defined(__MSL__)
#define wxNEED_WX_MBSTOWCS
#endif