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:
@@ -400,7 +400,7 @@
|
|||||||
|
|
||||||
So use our own replacements in both cases.
|
So use our own replacements in both cases.
|
||||||
*/
|
*/
|
||||||
#if defined(__MWERKS__)
|
#if defined(__MWERKS__) && defined(__MSL__)
|
||||||
#define wxNEED_WX_MBSTOWCS
|
#define wxNEED_WX_MBSTOWCS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user