ws2_32: Move the event reset in WSAEnumNetworkEvents() to the server.
commit01afb21bf2b3a9c6b03847b03a1ac4a572ed49a3
authorZebediah Figura <zfigura@codeweavers.com>
Sat, 22 Jul 2023 06:44:06 +0000 (22 01:44 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 Jul 2023 20:51:06 +0000 (24 22:51 +0200)
tree3c5402dbc706c7444cc3642bb1347d46a79e46fb
parent0a33ac4a53acf46cd5a709177bf998330f6cca90
ws2_32: Move the event reset in WSAEnumNetworkEvents() to the server.

So that it is done atomically with retrieving events.

Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=52474
dlls/ws2_32/socket.c
dlls/ws2_32/tests/afd.c
server/sock.c