Skip to content
Snippets Groups Projects
Commit cf8efbd2 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard
Browse files

comctl32: Use BOOL type where appropriate.

parent 6b6495e3
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment