No need to define __USE_W32API
[reactos.git] / reactos / hal / halppc / up / halup.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="halppc_up" type="kernelmodedll">
4 <importlibrary definition="../../hal/hal.def" />
5 <bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
6 <include base="halppc_generic">../include</include>
7 <include base="ntoskrnl">include</include>
8 <define name="_DISABLE_TIDENTS" />
9 <define name="_NTHAL_" />
10 <library>halppc_generic</library>
11 <library>ntoskrnl</library>
12 <file>halinit_up.c</file>
13 <file>halup.rc</file>
14 </module>