VC compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
eb703a121f
commit
5dcf8dd06c
@ -361,7 +361,7 @@ static void OutputStringEnt(wxOutputStream& stream, const wxString& str,
|
||||
}
|
||||
last = i + 1;
|
||||
}
|
||||
else if ((unsigned wxChar)c > 127)
|
||||
else if ((unsigned long)c > 127)
|
||||
{
|
||||
OutputString(stream, str.Mid(last, i - last), convMem, convFile);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user