[INETCOMM_WINETEST]

* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60234
This commit is contained in:
Amine Khaldi 2013-09-20 09:42:35 +00:00
parent 7c0681b920
commit fe20759e84
3 changed files with 3 additions and 9 deletions

View file

@ -1,13 +1,10 @@
add_definitions(-D__ROS_LONG64__)
list(APPEND SOURCE
mimeintl.c
mimeole.c
testlist.c)
add_executable(inetcomm_winetest ${SOURCE})
target_link_libraries(inetcomm_winetest wine)
set_module_type(inetcomm_winetest win32cui)
add_importlibs(inetcomm_winetest inetcomm oleaut32 ole32 msvcrt kernel32 ntdll)
add_importlibs(inetcomm_winetest inetcomm oleaut32 ole32 msvcrt kernel32)
add_cd_file(TARGET inetcomm_winetest DESTINATION reactos/bin FOR all)

View file

@ -314,7 +314,7 @@ static void test_CreateMessage(void)
ok(count == 2, "got %d\n", count);
CoTaskMemFree(body_list);
hr = IMimeMessage_GetCharset(body, &hcs);
hr = IMimeBody_GetCharset(body, &hcs);
ok(hr == S_OK, "ret %08x\n", hr);
todo_wine
{

View file

@ -1,10 +1,7 @@
/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define STANDALONE
#include "wine/test.h"
#include <wine/test.h>
extern void func_mimeintl(void);
extern void func_mimeole(void);