From ddd36eed48450462dbbc7f39177206c032a09f49 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 27 Jan 2012 14:39:30 +0000 Subject: [PATCH] [INETCOMM_WINETEST] * Sync to Wine 1.3.37. svn path=/trunk/; revision=55246 --- rostests/winetests/inetcomm/mimeintl.c | 1 - rostests/winetests/inetcomm/mimeole.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rostests/winetests/inetcomm/mimeintl.c b/rostests/winetests/inetcomm/mimeintl.c index f64d7d93d23..09f9dae8d8c 100644 --- a/rostests/winetests/inetcomm/mimeintl.c +++ b/rostests/winetests/inetcomm/mimeintl.c @@ -31,7 +31,6 @@ #include "mlang.h" #include -#include #include "wine/test.h" diff --git a/rostests/winetests/inetcomm/mimeole.c b/rostests/winetests/inetcomm/mimeole.c index 7edef676f50..a53ab233f4f 100644 --- a/rostests/winetests/inetcomm/mimeole.c +++ b/rostests/winetests/inetcomm/mimeole.c @@ -29,7 +29,6 @@ #include "mimeole.h" #include -#include #include "wine/test.h" @@ -257,6 +256,7 @@ static void test_CreateMessage(void) IMimeBody_Release(body); hr = IMimeMessage_GetBody(msg, IBL_ROOT, NULL, &hbody); + ok(hr == S_OK, "ret %08x\n", hr); PropVariantInit(&prop); hr = IMimeMessage_GetBodyProp(msg, hbody, att_pritype, 0, &prop);