6e9b94c8a3476206f35b2d53fab6cf9b396242c5
[reactos.git] / reactos / lib / devmgr / devmgr.xml
1 <module name="devmgr" type="win32dll" baseaddress="${BASEADDRESS_DEVENUM}" installbase="system32" installname="devmgr.dll" allowwarnings="true">
2 <importlibrary definition="devmgr.def" />
3 <include base="devmgr">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__REACTOS__" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x600</define>
9 <define name="_WIN32_WINNT">0x501</define>
10 <define name="WINVER">0x501</define>
11 <library>kernel32</library>
12 <library>ntdll</library>
13 <library>setupapi</library>
14 <library>user32</library>
15 <file>devmgr.rc</file>
16 <file>advprop.c</file>
17 <file>hwpage.c</file>
18 <file>misc.c</file>
19 <file>stubs.c</file>
20 <pch>precomp.h</pch>
21 </module>