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