mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 05:34:27 +08:00
12 lines
416 B
XML
12 lines
416 B
XML
<module name="wsock32" type="win32dll" baseaddress="${BASEADDRESS_WSOCK32}" installbase="system32" installname="wsock32.dll">
|
|
<importlibrary definition="wsock32.def" />
|
|
<include base="wsock32">.</include>
|
|
<define name="UNICODE" />
|
|
<define name="__USE_W32API" />
|
|
<library>ntdll</library>
|
|
<library>kernel32</library>
|
|
<library>ws2_32</library>
|
|
<file>stubs.c</file>
|
|
<file>wsock32.rc</file>
|
|
</module>
|