Skip to content
Snippets Groups Projects
Commit 60cde933 authored by Ralf Beck's avatar Ralf Beck Committed by Alexandre Julliard
Browse files

winealsa.drv: Mark every sysex buffer being added.

parent 597dac78
No related branches found
No related tags found
No related merge requests found
......@@ -574,6 +574,7 @@ static DWORD midAddBuffer(WORD wDevID, LPMIDIHDR lpMidiHdr, DWORD dwSize)
if (!(lpMidiHdr->dwFlags & MHDR_PREPARED)) return MIDIERR_UNPREPARED;
EnterCriticalSection(&crit_sect);
lpMidiHdr->dwFlags |= MHDR_INQUEUE;
if (MidiInDev[wDevID].lpQueueHdr == 0) {
MidiInDev[wDevID].lpQueueHdr = lpMidiHdr;
} else {
......
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