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:
parent
4c5dae083d
commit
70e51d6918
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user