mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
windowscodecs: Use BOOL type where appropriate.
This commit is contained in:
parent
ce88fd16ae
commit
2413841ecb
@ -232,7 +232,7 @@ static HRESULT ReadIcoDib(IStream *stream, IcoFrameDecode *result)
|
||||
IWICBitmapFrameDecode *framedecode;
|
||||
WICPixelFormatGUID pixelformat;
|
||||
IWICBitmapSource *source;
|
||||
int has_alpha=FALSE; /* if TRUE, alpha data might be in the image data */
|
||||
BOOL has_alpha=FALSE; /* if TRUE, alpha data might be in the image data */
|
||||
WICRect rc;
|
||||
|
||||
hr = IcoDibDecoder_CreateInstance(&bmp_decoder);
|
||||
|
Loading…
x
Reference in New Issue
Block a user