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

gdi32: Use BOOL type where appropriate.

parent 5865fe78
......@@ -2523,7 +2523,7 @@ static void REGION_loadAET( struct list *AET, struct list *ETEs )
static void REGION_computeWAET( struct list *AET, struct list *WETE )
{
struct edge_table_entry *active;
int inside = 1;
BOOL inside = TRUE;
int isInside = 0;
list_init( WETE );
......
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