mciqtz32: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-24 00:40:25 +02:00 committed by Alexandre Julliard
parent f56e9ebe38
commit 2e9aa0c599

View file

@ -261,7 +261,7 @@ err:
if (wma->uninit)
CoUninitialize();
wma->uninit = 0;
wma->uninit = FALSE;
return MCIERR_INTERNAL;
}