mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 17:34:33 +08:00
Fix release build of ntdll by adding __NO_CTYPE_INLINES to rtl.xml
svn path=/trunk/; revision=17886
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user