2010-07-06 Ozkan Sezer <sezeroz@gmail.com> * lib32/ws2_32.def: Fix @<n> suffix for WSAResetEvent as 4, WSASetEvent as 4, WSAGetLastError as 0, WSASetLastError as 4 and WSAWaitForMultipleEvents as 20. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@2788 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/ChangeLog b/mingw-w64-crt/ChangeLog index e493ceb..b6a254c 100644 --- a/mingw-w64-crt/ChangeLog +++ b/mingw-w64-crt/ChangeLog
@@ -1,3 +1,9 @@ +2010-07-06 Ozkan Sezer <sezeroz@gmail.com> + + * lib32/ws2_32.def: Fix @<n> suffix for WSAResetEvent as 4, + WSASetEvent as 4, WSAGetLastError as 0, WSASetLastError as 4 and + WSAWaitForMultipleEvents as 20. + 2010-07-06 Jonathan Yong <jon_y@sourceforge.net> * lib64/wlanui.def: New.
diff --git a/mingw-w64-crt/lib32/ws2_32.def b/mingw-w64-crt/lib32/ws2_32.def index 29f936f..19f3f69 100644 --- a/mingw-w64-crt/lib32/ws2_32.def +++ b/mingw-w64-crt/lib32/ws2_32.def
@@ -95,12 +95,12 @@ WSARecvDisconnect@8 WSARecvFrom@36 WSARemoveServiceClass@4 -WSAResetEvent ; Check!!! forwards to ResetEvent in KERNEL32.dll (ordinal 914) +WSAResetEvent@4 WSASend@28 WSASendDisconnect@8 WSASendMsg@24 WSASendTo@36 -WSASetEvent ; Check!!! forwards to SetEvent in KERNEL32.dll (ordinal 987) +WSASetEvent@4 WSASetServiceA@12 WSASetServiceW@12 WSASocketA@24 @@ -115,8 +115,8 @@ WSACancelAsyncRequest@4 WSASetBlockingHook@4 WSAUnhookBlockingHook@0 -WSAGetLastError ; Check!!! forwards to GetLastError in KERNEL32.dll (ordinal 487) -WSASetLastError ; Check!!! forwards to SetLastError in KERNEL32.dll (ordinal 1012) +WSAGetLastError@0 +WSASetLastError@4 WSACancelBlockingCall@0 WSAIsBlocking@0 WSAStartup@8 @@ -124,7 +124,7 @@ WSAStringToAddressA@20 WSAStringToAddressW@20 WSAUnadvertiseProvider@4 -WSAWaitForMultipleEvents ; Check!!! forwards to WaitForMultipleObjectsEx in KERNEL32.dll (ordinal 1133) +WSAWaitForMultipleEvents@20 WSCDeinstallProvider@8 WSCEnableNSProvider@8 WSCEnumProtocols@16