Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/propertyset.c:
+const static IPropertySetVtbl propertyset_vtbl = +{
- /* IUnknown */
- propertyset_QueryInterface,
- propertyset_AddRef,
- propertyset_Release,
- /* IInspectable */
- propertyset_GetIids,
- propertyset_GetRuntimeClassName,
- propertyset_GetTrustLevel,
+};
+struct propertyset_factory +{
- IActivationFactory iface;
Rename iface to IActivationFactory_iface.