May 12, 2026
7:07 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.devices.bluetooth/tests/bluetooth.c:
WindowsDeleteString( str );
hr = IGattDeviceService_get_Uuid( service, &uuid ); - todo_wine ok_( __FILE__, line )( hr == S_OK, "got hr %#lx.\n", hr ); + ok_( __FILE__, line )( hr == S_OK, "got hr %#lx.\n", hr ); if (hr == S_OK)
Ditto, unnecessary if. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10865#note_139546