mapi32/tests: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Wed Nov 13 19:19:19 CST 2013


---
 dlls/mapi32/tests/prop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mapi32/tests/prop.c b/dlls/mapi32/tests/prop.c
index da0a461..a26f003 100644
--- a/dlls/mapi32/tests/prop.c
+++ b/dlls/mapi32/tests/prop.c
@@ -716,7 +716,7 @@ static void test_ScCountProps(void)
     GUID iids[4], *iid = iids;
     SCODE res;
     ULONG pt, exp, ulRet;
-    int success = 1;
+    BOOL success = TRUE;
 
     if (!pScCountProps)
     {
-- 
1.8.4.2




More information about the wine-patches mailing list