- Disable inlining of more string functions in MSVC, since we're the lib defining them.
Modified: trunk/reactos/lib/string/string.xml

Modified: trunk/reactos/lib/string/string.xml
--- trunk/reactos/lib/string/string.xml	2005-11-30 06:44:27 UTC (rev 19769)
+++ trunk/reactos/lib/string/string.xml	2005-11-30 06:49:19 UTC (rev 19770)
@@ -1,6 +1,7 @@
 <module name="string" type="staticlibrary">
 	<define name="__NO_CTYPE_INLINES" />
 	<define name="_CTYPE_DISABLE_MACROS" />
+	<define name="_NO_INLINING" />
 	<if property="ARCH" value="i386">
 		<directory name="i386">
 			<file>memchr_asm.s</file>