Commit 919e8236 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

windowscodecs/tests: Use BOOL type where appropriate.

parent cdf809a6
......@@ -63,7 +63,7 @@ static HRESULT get_component_info(const GUID *clsid, IWICComponentInfo **result)
return hr;
}
static int is_pixelformat(GUID *format)
static BOOL is_pixelformat(GUID *format)
{
IWICComponentInfo *info;
HRESULT hr;
......
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