1 Nov
2023
1 Nov
'23
9:24 a.m.
Nikolay Sivov (@nsivov) commented about dlls/rtworkq/queue.c:
return S_OK; }
-static HRESULT queue_cancel_item(struct queue *queue, RTWQWORKITEM_KEY key) +static HRESULT queue_cancel_item(struct queue *queue, const RTWQWORKITEM_KEY key)
What's the purpose of this 'const'? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4243#note_50495