From 55ddb4d997495b4f2e7c8201d33b1a6ae2046177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Thu, 14 Nov 2013 02:19:19 +0100 Subject: [PATCH] mapi32/tests: Use BOOL type where appropriate. --- 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 da0a461eff5..a26f003256b 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) {