[ros-diffs] [ion] 19770: - Disable inlining of more string
functions in MSVC, since we're the lib defining them.
ion at svn.reactos.com
ion at svn.reactos.com
Wed Nov 30 07:49:47 CET 2005
- 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051130/dc239f52/attachment.html
More information about the Ros-diffs
mailing list