16 May
2023
16 May
'23
12:04 p.m.
Huw Davies (@huw) commented about dlls/combase/marshal.c:
/* Client-side identity of the server object */
static HRESULT proxy_manager_get_remunknown(struct proxy_manager * This, IRemUnknown **remunk); +static LONG proxy_manager_addref_if_alive(struct proxy_manager * This); This seems unnecessary as the its definition comes before its use.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2752#note_32875