18 Nov
2024
18 Nov
'24
8:09 a.m.
On Mon Nov 18 08:01:09 2024 +0000, Zhiyi Zhang wrote:
Let's use IUnknown_AddRef( *out ); instead of IUnknown_AddRef( iface ); here. Same for other places. Done, but I had to use `IUnknown_AddRef((IUnknown *)*out)` instead, as `unknwn.h` defines `WIDL_C_INLINE_WRAPPERS.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6766#note_87842