mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
Fix release build of ntdll by adding __NO_CTYPE_INLINES to rtl.xml
svn path=/trunk/; revision=17886
This commit is contained in:
parent
e03998d67c
commit
7f46bf47f7
|
@ -1,6 +1,7 @@
|
|||
<module name="rtl" type="staticlibrary">
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_NTOSKRNL_" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<include base="rtl">.</include>
|
||||
<if property="ARCH" value="i386">
|
||||
<directory name="i386">
|
||||
|
|
Loading…
Reference in a new issue