mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[INETCOMM_WINETEST]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55246
This commit is contained in:
parent
46a657c5a3
commit
ddd36eed48
2 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
|||
#include "mlang.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue