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.