Commit 10f7f09d authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

wineoss.drv: Use BOOL type where appropriate.

parent 510e30bd
......@@ -542,7 +542,7 @@ static void midReceiveChar(WORD wDevID, unsigned char value, DWORD dwTime)
if (MidiInDev[wDevID].state & 2) { /* system exclusive */
LPMIDIHDR lpMidiHdr;
WORD sbfb = FALSE;
BOOL sbfb = FALSE;
EnterCriticalSection(&crit_sect);
if ((lpMidiHdr = MidiInDev[wDevID].lpQueueHdr) != NULL) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment