[MAPI32_WINETEST]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 23 Apr 2014 14:03:16 +0000 (14:03 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 23 Apr 2014 14:03:16 +0000 (14:03 +0000)
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62906

rostests/winetests/mapi32/prop.c

index da0a461..a26f003 100644 (file)
@@ -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)
     {