Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/main.c:
HRESULT WINAPI DllGetActivationFactory(HSTRING classid, IActivationFactory **factory) {
- const WCHAR *name; TRACE("classid %s, factory %p.\n", debugstr_hstring(classid), factory);
- *factory = &wintypes.IActivationFactory_iface;
- name = WindowsGetStringRawBuffer(classid, NULL);
- if (!wcscmp(name, RuntimeClass_Windows_Foundation_Collections_PropertySet))
*factory = IPropertySet_factory;
Let's rename it to propertyset_factory.