Commit 203d06d4 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

winmm: Add support for MEVT_LONGMSG.

parent 4cddd5ff
......@@ -1195,7 +1195,7 @@ start_header:
/* do nothing, skip bytes */
break;
case MEVT_LONGMSG:
FIXME("NIY: MEVT_LONGMSG, aka sending Sysex event\n");
midiOutLongMsg(lpMidiStrm->hDevice, lpMidiStrm->lpMidiHdr, MEVT_EVENTPARM(me->dwEvent));
break;
case MEVT_NOP:
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment