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?