mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[CRT]
Fix build svn path=/trunk/; revision=63246
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user