On Monday 28 April 2008 13:39:38 Dmitry Timoshkov wrote: > "Kai Blin" <[EMAIL PROTECTED]> wrote: > > - HANDLE hEvent = INVALID_HANDLE_VALUE; > > + WSAEVENT event_array[1]; > > Is that change only to avoid passing &hEvent to WSAWaitForMultipleEvents?
Nope. WSAWaitForMultipleEvents expects an array of WSAEVENTs. So this seemed like the cleaner approach to do this. Cheers, Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine developer http://wiki.winehq.org/KaiBlin Samba team member http://www.samba.org/samba/team/ -- Will code for cotton.
signature.asc
Description: This is a digitally signed message part.
