31 Jan
2024
31 Jan
'24
4:16 p.m.
Rémi Bernon (@rbernon) commented about dlls/dmime/miditracks.c:
{ struct { - BYTE byte1; - BYTE byte2; - BYTE byte3; - BYTE byte4; - BYTE byte5; + BYTE byte[5]; Please do that as soon as the structure is introduced, no need to change it later again then.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4982#note_59640