mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:16:11 +00:00
fix build with USERMODE = 1
svn path=/branches/ros-amd64-bringup/; revision=45192
This commit is contained in:
parent
9034baffe6
commit
ed70a6466b
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<!-- module name="tdilib" type="staticlibrary">
|
<if property="USERMODE" value="1">
|
||||||
|
<module name="tdilib" type="staticlibrary">
|
||||||
<include base="iphlpapi">.</include>
|
<include base="iphlpapi">.</include>
|
||||||
<include base="tdilib">.</include>
|
<include base="tdilib">.</include>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<file>enum.c</file>
|
<file>enum.c</file>
|
||||||
<file>handle.c</file>
|
<file>handle.c</file>
|
||||||
</module -->
|
</module>
|
||||||
|
</if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue