Fix build

svn path=/trunk/; revision=63246
This commit is contained in:
Timo Kreuzer 2014-05-11 22:28:54 +00:00
parent 1147b7f948
commit bbfd5abfca

View file

@ -106,7 +106,7 @@ _tsplitpath_x(
dir_start = path; dir_start = path;
while (*path != '\0') while (*path != '\0')
{ {
#ifndef _UNICODE #if !defined(_UNICODE) && !defined(_LIBCNT_)
/* Check for multibyte lead bytes */ /* Check for multibyte lead bytes */
if (_ismbblead((unsigned char)*path)) if (_ismbblead((unsigned char)*path))
{ {