7 Feb
2023
7 Feb
'23
10:38 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.ui/tests/uisettings.c:
check_interface( factory, &IID_IInspectable, TRUE ); check_interface( factory, &IID_IAgileObject, FALSE );
+ hr = IActivationFactory_QueryInterface( factory, &IID_IUISettings3, (void **)&uisettings3 ); + ok( hr == E_NOINTERFACE, "Got unexpected hr %#lx.\n", hr );
You could use `check_interface` no? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2103#note_23226