Get avtest to build again by adding the _NTDDK_ define

See issue #2220 for more details.

svn path=/trunk/; revision=30655
This commit is contained in:
Colin Finck 2007-11-21 22:41:24 +00:00
parent 45c4d83bf6
commit fdc5759408
2 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<module name="avtest" type="kernelmodedriver" installbase="system32/drivers" installname="avtest.sys" warnings="true">
<module name="avtest" type="kernelmodedriver" installbase="system32/drivers" installname="avtest.sys">
<include base="avtest">.</include>
<include base="avtest">..</include>
<define name="__USE_W32API" />
<define name="_NTDDK_" />
<library>ks</library>
<library>ntoskrnl</library>
<file>entry.c</file>
</module>

View file

@ -1,11 +1,9 @@
<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<!--
<directory name="avtest">
<xi:include href="avtest/avtest.rbuild" />
</directory>
-->
<directory name="applications">
<xi:include href="applications/applications.rbuild" />