mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:43:02 +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;
|
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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue