winmm: Add support for MEVT_LONGMSG.

This commit is contained in:
Akihiro Sagawa 2011-09-07 21:50:09 +09:00 committed by Alexandre Julliard
parent 4cddd5ffdf
commit 203d06d410
1 changed files with 1 additions and 1 deletions

View File

@ -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;