- Fix local xml file (thanks to Christoph for spotting this)
[reactos.git] / reactos / subsys / system / servman / servman.xml
1 <module name="servman" type="win32gui" installbase="system32" installname="servman.exe">
2 <include base="servman">.</include>
3 <define name="UNICODE" />
4 <define name="_UNICODE" />
5 <define name="__REACTOS__" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <library>kernel32</library>
10 <library>user32</library>
11 <library>advapi32</library>
12 <library>version</library>
13 <library>comctl32</library>
14 <library>shell32</library>
15 <compilationunit name="unit.c">
16 <file>servman.c</file>
17 </compilationunit>
18 <file>servman.rc</file>
19 </module>