From e160b5bdfd25cab0d99cef5415d9ed1fe3a49701 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 23 Apr 2014 14:03:16 +0000 Subject: [PATCH] [MAPI32_WINETEST] * Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62906 --- rostests/winetests/mapi32/prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/winetests/mapi32/prop.c b/rostests/winetests/mapi32/prop.c index da0a461eff5..a26f003256b 100644 --- a/rostests/winetests/mapi32/prop.c +++ b/rostests/winetests/mapi32/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) {