18 Dec
2025
18 Dec
'25
4:09 p.m.
Alfred Agrell (@Alcaro) commented about dlls/comctl32/tests/updown.c:
expect(1, LOWORD(r)); expect(40, HIWORD(r));
- accel.nSec = 0; - accel.nInc = 5; - r = SendMessageA(updown, UDM_SETACCEL, 1, (LPARAM)&accel); + memset(accel, 1234, 6 * sizeof(UINT));
1234 is not a valid byte value, it'll be treated as 210. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9795#note_125813