Fix build

svn path=/trunk/; revision=57406
This commit is contained in:
Timo Kreuzer 2012-09-27 22:01:26 +00:00
parent ed2dfd2b93
commit 0767c39956

View file

@ -96,7 +96,7 @@ mbstowcs_s(
else
{
/* Get the length of the string, plus 0 terminator */
cwcWritten = _mbsnlen(pmbstr, count) + 1;
cwcWritten = _mbsnlen((const unsigned char *)pmbstr, count) + 1;
}
}
else