10 Feb
2026
10 Feb
'26
10:16 p.m.
At least `AssocQueryStringW()` is documented to update the character count in `pcchOut` to "the number of characters actually placed in the buffer" which requires us to update the value of `*outlen` even when the buffer size was sufficient: https://learn.microsoft.com/en-us/windows/win32/api/shlwapi/nf-shlwapi-assoc... Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59402 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10072