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

comctl32: Use BOOL type where appropriate.

parent 6b6495e3
...@@ -209,7 +209,7 @@ static void add_dib_bits( HIMAGELIST himl, int pos, int count, int width, int he ...@@ -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++) for (n = 0; n < count; n++)
{ {
int has_alpha = 0; BOOL has_alpha = FALSE;
imagelist_point_from_index( himl, pos + n, &pt ); imagelist_point_from_index( himl, pos + n, &pt );
......
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