windowscodecs/tests: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-05 08:53:54 +02:00 committed by Alexandre Julliard
parent cdf809a6c0
commit 919e8236ee

View file

@ -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;