Commit 3c4e031d authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).

parent bd55eb87
......@@ -88,7 +88,7 @@ init WSOCK32_LibMain
79 stub WSASocketW
80 stub WSAStringToAddressA
81 stub WSAStringToAddressW
82 stub WSAWaitForMultipleEvents
82 forward WSAWaitForMultipleEvents KERNEL32.WaitForMultipleObjectsEx
83 stub WSCDeinstallProvider
84 stub WSCEnableNSProvider
85 stub WSCEnumProtocols
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment