the test would hang on wine before the implementation is in place. the CloseHandle before the WaitForSingleObject is a workaround to get the thread to exit
moving the CloseHandle was meant to show that workaround is no longer needed and that it now performs like windows
i can remove that if preferred
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/47#note_3840
On Sun Jul 10 17:41:41 2022 +0000, Jinoh Kang wrote:
> I'd at least leave a "partial fixme" here, since this is, after all, a
> partial implementation.
will do
still isn't clear to me what the 2nd argument does. 32-bit windows treats it differently from 64-bit windows, but only in the returned ntstatus. doesn't seem to affect the intended behavior
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/47#note_3838