From bbfd5abfca392eb0477d8060d32afb8054202dc2 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 11 May 2014 22:28:54 +0000 Subject: [PATCH] [CRT] Fix build svn path=/trunk/; revision=63246 --- reactos/lib/sdk/crt/string/_tsplitpath_x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/string/_tsplitpath_x.h b/reactos/lib/sdk/crt/string/_tsplitpath_x.h index 0e35a25656c..c8c89e4d52c 100644 --- a/reactos/lib/sdk/crt/string/_tsplitpath_x.h +++ b/reactos/lib/sdk/crt/string/_tsplitpath_x.h @@ -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)) {