From 59013eaa31ea7868b92cde844eb1e69610861a5c Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 3 Dec 2007 10:07:55 +0000 Subject: [PATCH] - Build with "char" being "unsigned" by default, fixes MS's CRT assert. svn path=/trunk/; revision=30981 --- reactos/tools/rbuild/rbuild.vcproj | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/tools/rbuild/rbuild.vcproj b/reactos/tools/rbuild/rbuild.vcproj index 06475c88456..cf5911471ab 100644 --- a/reactos/tools/rbuild/rbuild.vcproj +++ b/reactos/tools/rbuild/rbuild.vcproj @@ -136,6 +136,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;INFLIB_HOST" BasicRuntimeChecks="3" RuntimeLibrary="1" + DefaultCharIsUnsigned="true" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/rbuild.pch" AssemblerListingLocation=".\Debug/"