mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
define __NO_CTYPE_INLINES so DBG:=0 builds don't import from msvcrt
svn path=/trunk/; revision=17028
This commit is contained in:
parent
157587d815
commit
f1cc84e27c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_WINNT">0x0502</define>
|
||||
<define name="_NTOSKRNL_" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<library>rtl</library>
|
||||
<library>intrlck</library>
|
||||
<library>string</library>
|
||||
|
|
Loading…
Reference in a new issue