Skip to content
Snippets Groups Projects
Commit efd18eed authored by Emmanuel Maillard's avatar Emmanuel Maillard Committed by Alexandre Julliard
Browse files

winecoreaudio: Add MIDI In messages in MIDI_NotifyClient.

parent 3226ad45
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,11 @@ static DWORD MIDI_NotifyClient(UINT wDevID, WORD wMsg, DWORD dwParam1, DWORD dwP
case MIM_ERROR:
case MIM_LONGERROR:
case MIM_MOREDATA:
dwCallBack = sources[wDevID].midiDesc.dwCallback;
uFlags = sources[wDevID].wFlags;
hDev = sources[wDevID].midiDesc.hMidi;
dwInstance = sources[wDevID].midiDesc.dwInstance;
break;
default:
WARN("Unsupported MSW-MIDI message %u\n", wMsg);
return MMSYSERR_ERROR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment