Help about implementing WSACleanup (ws2_32)

Erich E. Hoover erich.e.hoover at gmail.com
Fri Feb 21 19:06:23 CST 2014


On Fri, Feb 21, 2014 at 5:55 PM, Bruno Jesus <00cpxxx at gmail.com> wrote:
> The attached patch implements a socket queue in the DLL side and
> implements WSACleanup. For now the socket list does not have any
> parameter but my target is to add more stuff to it and reduce the
> server calls. Any comments are appreciated.
> ...

At least in the server handles are converted into indices in a table:
http://source.winehq.org/source/server/handle.c#L70

Is there some reason that you did not do it this way?

Best,
Erich



More information about the wine-devel mailing list