mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CRT]
Fix build svn path=/trunk/; revision=63246
This commit is contained in:
parent
1147b7f948
commit
bbfd5abfca
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ _tsplitpath_x(
|
|||
dir_start = path;
|
||||
while (*path != '\0')
|
||||
{
|
||||
#ifndef _UNICODE
|
||||
#if !defined(_UNICODE) && !defined(_LIBCNT_)
|
||||
/* Check for multibyte lead bytes */
|
||||
if (_ismbblead((unsigned char)*path))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue