ws2_32: Use WSAWaitForMultipleEvents instead of WaitForSingleObject

Dmitry Timoshkov dmitry at codeweavers.com
Mon Apr 28 06:39:38 CDT 2008


"Kai Blin" <kai.blin at gmail.com> wrote:

> -    HANDLE hEvent = INVALID_HANDLE_VALUE;
> +    WSAEVENT event_array[1];

Is that change only to avoid passing &hEvent to WSAWaitForMultipleEvents?

-- 
Dmitry.



More information about the wine-devel mailing list