Re: [PATCH 5/6 v3] ws2_32: Added support for overlapped GetAddrInfoExW.
1 Aug
2017
1 Aug
'17
5:26 p.m.
On 01.08.2017 19:08, Jacek Caban wrote:
+ + overlapped->Internal = ret; + if (overlapped->hEvent) SetEvent(overlapped->hEvent);
Not sure how it is implemented on Windows, but caching overlapped->hEvent would ensure that it also works when the overlapped struct is immediately reused after ->Internal changed.
3058
Age (days ago)
3058
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastian Lackner