mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
windowscodecs/tests: Use BOOL type where appropriate.
This commit is contained in:
parent
cdf809a6c0
commit
919e8236ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user