gdi32: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2014-01-04 15:48:21 +01:00 committed by Alexandre Julliard
parent 5865fe78de
commit e7594272fe

View file

@ -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 );