30 Aug
2025
30 Aug
'25
1:24 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8859#note_114292