Rémi Bernon (@rbernon) commented about dlls/windows.applicationmodel/tests/application.c:
ok( ref == 1, "got ref %ld.\n", ref );
}
+struct test_factory +{
- IActivationFactory IActivationFactory_iface;
- LONG ref;
+};
Do we need a reference count / a structure for this? It could use IActivationFactory directly and return 2/1 as from AddRef/Release.