27 Nov
2024
27 Nov
'24
7:49 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/propertyset.c:
+ propertyset_AddRef, + propertyset_Release, + /* IInspectable */ + propertyset_GetIids, + propertyset_GetRuntimeClassName, + propertyset_GetTrustLevel, +}; + +struct propertyset_factory +{ + IActivationFactory IActivationFactory_iface; +}; + +static HRESULT STDMETHODCALLTYPE factory_QueryInterface( IActivationFactory *iface, REFIID iid, void **out ) +{ + TRACE( "(%p, %s, %p)\n", iface, debugstr_guid( iid ), out ); Add an empty line after this.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6766#note_89012