Author: tkreuzer Date: Sun May 11 22:28:54 2014 New Revision: 63246
URL: http://svn.reactos.org/svn/reactos?rev=63246&view=rev Log: [CRT] Fix build
Modified: trunk/reactos/lib/sdk/crt/string/_tsplitpath_x.h
Modified: trunk/reactos/lib/sdk/crt/string/_tsplitpath_x.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/_tsplitp... ============================================================================== --- trunk/reactos/lib/sdk/crt/string/_tsplitpath_x.h [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/string/_tsplitpath_x.h [iso-8859-1] Sun May 11 22:28:54 2014 @@ -106,7 +106,7 @@ dir_start = path; while (*path != '\0') { -#ifndef _UNICODE +#if !defined(_UNICODE) && !defined(_LIBCNT_) /* Check for multibyte lead bytes */ if (_ismbblead((unsigned char)*path)) {