Module: wine Branch: master Commit: 203d06d4109d285503138a4ddeea72346b1e0c56 URL: http://source.winehq.org/git/wine.git/?a=commit;h=203d06d4109d285503138a4dde... Author: Akihiro Sagawa <sagawa.aki(a)gmail.com> Date: Wed Sep 7 21:50:09 2011 +0900 winmm: Add support for MEVT_LONGMSG. --- dlls/winmm/winmm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/winmm/winmm.c b/dlls/winmm/winmm.c index 480a4e9..a77d448 100644 --- a/dlls/winmm/winmm.c +++ b/dlls/winmm/winmm.c @@ -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;