mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- Disable inlining of more string functions in MSVC, since we're the lib defining them.
svn path=/trunk/; revision=19770
This commit is contained in:
parent
d1d8835c45
commit
35cb6a4cf3
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue