xactengine3_7/tests: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4364ff8d5c
commit
111c87f444
|
@ -1,4 +1,3 @@
|
|||
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
||||
TESTDLL = xactengine3_7.dll
|
||||
IMPORTS = ole32
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ static void test_interfaces(void)
|
|||
trace("%d %s not registered. Skipping\n", i, wine_dbgstr_guid(xact_interfaces[i].clsid) );
|
||||
continue;
|
||||
}
|
||||
ok(hr == xact_interfaces[i].expected, "%d, Unexpected value 0x%08x\n", i, hr);
|
||||
ok(hr == xact_interfaces[i].expected, "%d, Unexpected value 0x%08lx\n", i, hr);
|
||||
if (hr == S_OK)
|
||||
IUnknown_Release(unk);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue