gdi32: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Sat Jan 4 08:48:21 CST 2014


---
 dlls/gdi32/region.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdi32/region.c b/dlls/gdi32/region.c
index 062272d..2632de5 100644
--- a/dlls/gdi32/region.c
+++ b/dlls/gdi32/region.c
@@ -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 );
-- 
1.8.5.2




More information about the wine-patches mailing list