3 Nov
2025
3 Nov
'25
7:40 a.m.
On Mon Nov 3 07:40:22 2025 +0000, Alfred Agrell wrote:
[But BYTE is explicitly unsigned?](https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types) Wait, you're right, bitshifting an unsigned char promotes to signed int. Signed char is irrelevant, but the patch is correct.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9343#note_120430