mciqtz32: Use BOOL type where appropriate.
This commit is contained in:
parent
f56e9ebe38
commit
2e9aa0c599
|
@ -261,7 +261,7 @@ err:
|
||||||
|
|
||||||
if (wma->uninit)
|
if (wma->uninit)
|
||||||
CoUninitialize();
|
CoUninitialize();
|
||||||
wma->uninit = 0;
|
wma->uninit = FALSE;
|
||||||
|
|
||||||
return MCIERR_INTERNAL;
|
return MCIERR_INTERNAL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue