[INETCOMM_WINETEST]

* Sync to Wine 1.3.37.

svn path=/trunk/; revision=55246
This commit is contained in:
Amine Khaldi 2012-01-27 14:39:30 +00:00
parent 46a657c5a3
commit ddd36eed48
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,6 @@
#include "mlang.h"
#include <stdio.h>
#include <assert.h>
#include "wine/test.h"

View file

@ -29,7 +29,6 @@
#include "mimeole.h"
#include <stdio.h>
#include <assert.h>
#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);