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.