[ros-diffs] [fireball] 30981: - Build with "char" being "unsigned" by default, fixes MS's CRT assert.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Dec 3 11:07:56 CET 2007


Author: fireball
Date: Mon Dec  3 13:07:55 2007
New Revision: 30981

URL: http://svn.reactos.org/svn/reactos?rev=30981&view=rev
Log:
- Build with "char" being "unsigned" by default, fixes MS's CRT assert.

Modified:
    trunk/reactos/tools/rbuild/rbuild.vcproj

Modified: trunk/reactos/tools/rbuild/rbuild.vcproj
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/rbuild.vcproj?rev=30981&r1=30980&r2=30981&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/rbuild.vcproj (original)
+++ trunk/reactos/tools/rbuild/rbuild.vcproj Mon Dec  3 13:07:55 2007
@@ -136,6 +136,7 @@
 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;INFLIB_HOST"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"
+				DefaultCharIsUnsigned="true"
 				UsePrecompiledHeader="0"
 				PrecompiledHeaderFile=".\Debug/rbuild.pch"
 				AssemblerListingLocation=".\Debug/"




More information about the Ros-diffs mailing list