10 Jul
2025
10 Jul
'25
10:39 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/propertyset.c:
propertyset_GetTrustLevel, };
+DEFINE_IINSPECTABLE( propertyset_IObservableMap, IObservableMap_HSTRING_IInspectable, + struct propertyset, IPropertySet_iface ); + +static HRESULT STDMETHODCALLTYPE propertyset_IObservableMap_add_MapChanged( + IObservableMap_HSTRING_IInspectable *iface,
Style nitpick. Keep parameters aligned to the right like other places. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6766#note_109449