5 May
2025
5 May
'25
3:35 p.m.
Rémi Bernon (@rbernon) commented about dlls/windows.devices.enumeration/tests/devices.c:
ok( stopped_handler.args == NULL, "stopped_handler not invoked\n" );
IDeviceWatcher_Release( device_watcher ); + + hr = IDeviceInformationStatics_FindAllAsync( device_info_statics, &infocollection_async ); + todo_wine ok( SUCCEEDED( hr ), "got %#lx\n", hr );
Please use explicit values when testing hr, such as hr == S_OK. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6874#note_102551