Skip to content
Snippets Groups Projects
Commit 10f7f09d authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard
Browse files

wineoss.drv: Use BOOL type where appropriate.

parent 510e30bd
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
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