comctl32: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-04 11:43:21 +02:00 committed by Alexandre Julliard
parent 6b6495e3ca
commit cf8efbd252

View file

@ -209,7 +209,7 @@ static void add_dib_bits( HIMAGELIST himl, int pos, int count, int width, int he
for (n = 0; n < count; n++)
{
int has_alpha = 0;
BOOL has_alpha = FALSE;
imagelist_point_from_index( himl, pos + n, &pt );