Supersedes r40538, r40539; RosBE bug fixed with a RosBE-specific hack (-nostdinc...
[reactos.git] / reactos / dll / win32 / ws2_32 / ws2_32.rbuild
index 6318507..849ed1c 100644 (file)
@@ -1,14 +1,9 @@
-<module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll">
-       <importlibrary definition="ws2_32.def" />
+<module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll" unicode="yes">
+       <importlibrary definition="ws2_32.spec" />
        <include base="ws2_32">include</include>
-        <include base="ReactOS">include/reactos</include>
-        <include base="ReactOS">include/reactos/wine</include>
-       <define name="_DISABLE_TIDENTS" />
-       <define name="UNICODE" />
+       <include base="ReactOS">include/reactos/wine</include>
        <define name="LE" />
-       <define name="__USE_W32API" />
-        <define name="__REACTOS__" />
-       <define name="_WIN32_WINNT">0x0500</define>
+       <library>wine</library>
        <library>ntdll</library>
        <library>kernel32</library>
        <library>user32</library>
@@ -27,7 +22,8 @@
                <file>sndrcv.c</file>
                <file>stubs.c</file>
                <file>upcall.c</file>
-                <file>async.c</file>
+               <file>async.c</file>
        </directory>
        <file>ws2_32.rc</file>
 </module>
+