From 70e51d69185a2018d31193958c3660c0699cd988 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 8 Jan 2006 12:09:03 +0000 Subject: [PATCH] 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 --- include/wx/wxchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 5320075a0f..93d8a76918 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -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 -- 2.50.0