fix inet_aton problem
[reactos.git] / reactos / services / dhcp / dhcp.xml
1 <module name="dhcp" type="win32gui" installbase="system32" installname="dhcp.exe" allowwarnings="true">
2 <include base="dhcp">.</include>
3 <include base="dhcp">include</include>
4 <define name="__USE_W32API" />
5 <define name="__REACTOS__" />
6 <define name="_WIN32_WINNT">0x0501</define>
7 <library>ntdll</library>
8 <library>kernel32</library>
9 <library>ws2_32</library>
10 <library>iphlpapi</library>
11 <pch>include/rosdhcp.h</pch>
12 <file>adapter.c</file>
13 <file>alloc.c</file>
14 <file>api.c</file>
15 <file>compat.c</file>
16 <file>dhclient.c</file>
17 <file>dispatch.c</file>
18 <file>hash.c</file>
19 <file>options.c</file>
20 <file>pipe.c</file>
21 <file>privsep.c</file>
22 <file>socket.c</file>
23 <file>tables.c</file>
24 <file>timer.c</file>
25 <file>util.c</file>
26 <file>dhcp.rc</file>
27 </module>