mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:37:12 +00:00
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:
parent
45c4d83bf6
commit
fdc5759408
2 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||||
<include base="avtest">..</include>
|
<define name="_NTDDK_" />
|
||||||
<define name="__USE_W32API" />
|
|
||||||
<library>ks</library>
|
<library>ks</library>
|
||||||
<library>ntoskrnl</library>
|
<library>ntoskrnl</library>
|
||||||
|
<file>entry.c</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<!--
|
|
||||||
<directory name="avtest">
|
<directory name="avtest">
|
||||||
<xi:include href="avtest/avtest.rbuild" />
|
<xi:include href="avtest/avtest.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
-->
|
|
||||||
|
|
||||||
<directory name="applications">
|
<directory name="applications">
|
||||||
<xi:include href="applications/applications.rbuild" />
|
<xi:include href="applications/applications.rbuild" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue