20 Nov
2025
20 Nov
'25
9:44 a.m.
On Thu Nov 20 09:42:00 2025 +0000, Rémi Bernon wrote:
Several callers use SUCCEEDED(hr) after to check if a sample is returned, it will now succeed when no sample is available too and it needs to be changed. they need to be changed to `hr == S_OK` right?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9538#note_123090