mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Define __NO_CTYPE_INLINES so release npfs will build again.
svn path=/trunk/; revision=19784
This commit is contained in:
parent
287d585255
commit
a0a5cebd2d
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<module name="npfs" type="kernelmodedriver" installbase="system32/drivers" installname="npfs.sys">
|
||||
<include base="npfs">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<file>create.c</file>
|
||||
|
|
Loading…
Reference in a new issue