From c9a0232604a9facce08ba188c9bcf9d061788177 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 25 Mar 2015 16:00:04 +0000 Subject: [PATCH] [MAPI32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246 svn path=/trunk/; revision=66881 --- 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 a26f003256b..4e099318f5c 100644 --- a/rostests/winetests/mapi32/prop.c +++ b/rostests/winetests/mapi32/prop.c @@ -1232,7 +1232,7 @@ static void test_IProp(void) /* GetLastError - No errors set */ lpError = NULL; - IPropData_GetLastError(lpIProp, E_INVALIDARG, 0, &lpError); + sc = IPropData_GetLastError(lpIProp, E_INVALIDARG, 0, &lpError); ok(sc == S_OK && !lpError, "GetLastError: Expected S_OK, null, got 0x%08X,%p\n", sc, lpError);