wineoss.drv: Use BOOL type where appropriate.
This commit is contained in:
parent
510e30bd63
commit
10f7f09d43
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue