mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[INETCOMM_WINETEST]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55246
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user