This is why we can't have nice things. Reverting r40538, r40539, due to RosBE differe...
[reactos.git] / reactos / dll / win32 / ws2help / ws2help.rbuild
1 <module name="ws2help" type="win32dll" baseaddress="${BASEADDRESS_WS2HELP}" installbase="system32" installname="ws2help.dll" unicode="yes">
2 <importlibrary definition="ws2help.def" />
3 <include base="ws2help">.</include>
4 <define name="_DISABLE_TIDENTS" />
5 <library>ntdll</library>
6 <library>kernel32</library>
7 <library>ws2_32</library>
8 <file>ws2help.c</file>
9 <file>ws2help.rc</file>
10 </module>