Sync to trunk (r44371)
[reactos.git] / reactos / dll / win32 / ws2_32 / ws2_32.rbuild
index 639deae..9bff5a2 100644 (file)
@@ -1,13 +1,10 @@
-<module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll" unicode="yes">
+<module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll" unicode="yes" allowwarnings="true">
        <importlibrary definition="ws2_32.spec" />
        <include base="ws2_32">include</include>
        <include base="ReactOS">include/reactos/wine</include>
-       <define name="_DISABLE_TIDENTS" />
        <define name="LE" />
-       <define name="_WIN32_WINNT">0x0500</define>
        <library>wine</library>
        <library>ntdll</library>
-       <library>kernel32</library>
        <library>user32</library>
        <library>advapi32</library>
        <library>dnsapi</library>
@@ -27,6 +24,5 @@
                <file>async.c</file>
        </directory>
        <file>ws2_32.rc</file>
-       <file>ws2_32.spec</file>
 </module>