28 Nov
2022
28 Nov
'22
9:35 p.m.
Zebediah Figura (@zfigura) commented about dlls/ntdll/threadpool.c:
TRACE( "%p %p %lu %lu\n", timer, timeout, period, window_length );
+ /* If the timer has any pending callbacks, cancel them first. */ + tp_object_cancel( this ); +
Why do we need this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1559#note_17731