78505: Subject: winmm: Add support for MEVT_LONGMSG.

buildbot at kegel.com buildbot at kegel.com
Wed Sep 7 12:18:58 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

The Buildbot has detected a failed build on builder runtests-default while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-default/builds/72 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed shell_3


For more info about this message, see http://wiki.winehq.org/BuildBot


-------------- next part --------------
From: Akihiro Sagawa <sagawa.aki at gmail.com>
Subject: winmm: Add support for MEVT_LONGMSG.
Message-Id: <20110907214901.9DAF.375B48EC at gmail.com>
Date: Wed, 07 Sep 2011 21:50:09 +0900

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



More information about the wine-tests-results mailing list