reshuffling of dlls
[reactos.git] / reactos / dll / ws2_32 / ws2_32.xml
1 <module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll">
2 <importlibrary definition="ws2_32.def" />
3 <include base="ws2_32">include</include>
4 <define name="_DISABLE_TIDENTS" />
5 <define name="UNICODE" />
6 <define name="LE" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_WINNT">0x0500</define>
9 <library>ntdll</library>
10 <library>kernel32</library>
11 <library>user32</library>
12 <library>advapi32</library>
13 <library>dnsapi</library>
14 <directory name="include">
15 <pch>ws2_32.h</pch>
16 </directory>
17 <directory name="misc">
18 <file>bsd.c</file>
19 <file>catalog.c</file>
20 <file>dllmain.c</file>
21 <file>event.c</file>
22 <file>handle.c</file>
23 <file>ns.c</file>
24 <file>sndrcv.c</file>
25 <file>stubs.c</file>
26 <file>upcall.c</file>
27 </directory>
28 <file>ws2_32.rc</file>
29 </module>