Commit 2e9aa0c5 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

mciqtz32: Use BOOL type where appropriate.

parent f56e9ebe
......@@ -261,7 +261,7 @@ err:
if (wma->uninit)
CoUninitialize();
wma->uninit = 0;
wma->uninit = FALSE;
return MCIERR_INTERNAL;
}
......
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