Author: cgutman Date: Sat Feb 6 03:58:47 2010 New Revision: 45451
URL: http://svn.reactos.org/svn/reactos?rev=45451&view=rev Log: - New winsock (part 4 of x) - Rename ws2_32_new to ws2_32
Added: branches/aicom-network-branch/dll/win32/ws2_32/ - copied from r44354, branches/aicom-network-branch/dll/win32/ws2_32_new/ Removed: branches/aicom-network-branch/dll/win32/ws2_32_new/ Modified: branches/aicom-network-branch/dll/win32/ws2_32/ws2_32.rbuild
Modified: branches/aicom-network-branch/dll/win32/ws2_32/ws2_32.rbuild URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/dll/win32/w... ============================================================================== --- branches/aicom-network-branch/dll/win32/ws2_32/ws2_32.rbuild [iso-8859-1] (original) +++ branches/aicom-network-branch/dll/win32/ws2_32/ws2_32.rbuild [iso-8859-1] Sat Feb 6 03:58:47 2010 @@ -1,6 +1,6 @@ -<module name="ws2_32_new" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32_new.dll"> +<module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll"> <importlibrary definition="ws2_32.spec" /> - <include base="ws2_32_new">inc</include> + <include base="ws2_32">inc</include> <include base="ReactOS">include/reactos/winsock</include> <define name="LE" /> <library>wine</library>