Add MSVFW32 and MSWSOCK to the build.
[reactos.git] / reactos / lib / mswsock / mswsock.xml
1 <module name="mswsock" type="win32dll" baseaddress="${BASEADDRESS_MSWSOCK}" installbase="system32" installname="mswsock.dll">
2 <importlibrary definition="mswsock.def" />
3 <define name="UNICODE" />
4 <define name="LE" />
5 <define name="__USE_W32API" />
6 <library>kernel32</library>
7 <library>ws2_32</library>
8 <file>extensions.c</file>
9 <file>stubs.c</file>
10 <file>mswsock.rc</file>
11 </module>