Re: [PATCH v5 0/2] MR3854: winmm: Avoid use of hardcoded return values.
16 Nov
2023
16 Nov
'23
7:35 a.m.
Huw Davies (@huw) commented about dlls/winmm/mci.c:
return MCIERR_OUT_OF_MEMORY; } ret = mciSendCommandW(wDevID, wMsg, dwParam1, dwParam2); - if (mapped) - MCI_UnmapMsgAtoW(wMsg, dwParam1, dwParam2, ret); + + MCI_UnmapMsgAtoW(wMsg, dwParam1, dwParam2, ret);
Won't this result in `MCI_UnmapMsgAtoW()` outputting a bunch of `FIXME`s? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3854#note_52486
840
Age (days ago)
840
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)