-----Original Message-----
From: Ricardo Filipe ricardojdfilipe@gmail.com Sent: Sep 22, 2010 1:18 PM To: wine-devel@winehq.org Subject: Re: ws2_32: implement AcceptEx and GetAcceptExSockaddrs (try 3)
2010/9/21 Mike Kaplinskiy mike.kaplinskiy@gmail.com:
Thanks for the feedback Alexandre. The complexity of the wine APC & I/O system never stops amazing me. Third time's the charm?
try 3: correctly use an apc to free internal async structures (which would explain why we have the apc parameter...). Strangely moving SetEvent & AddCompletion to the apc makes it not work (...an exercise for another time) try 2: use the new async i/o callbacks
dlls/ws2_32/socket.c | 257 +++++++++++++++++++++++++++++++++++++++++++++- dlls/ws2_32/tests/sock.c | 14 ++- 2 files changed, 263 insertions(+), 8 deletions(-)
thank you for the perseverence to make this possible in the main tree.
+1. Thank you Mike.
James McKenzie