mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[WINESYNC] msi/tests: Don't skip a 64-bit test on Wine.
Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 3b621e6d6d0db956864907bc7960cdd20428b033 by Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0f3c2a7956
commit
984f969d62
1 changed files with 1 additions and 1 deletions
|
@ -5645,7 +5645,7 @@ static void test_register_typelib(void)
|
|||
}
|
||||
|
||||
/* UnregisterTypeLibraries action fails in 64-bit Windows <= 7 */
|
||||
if (sizeof(void *) == 8)
|
||||
if (sizeof(void *) == 8 && strcmp( winetest_platform, "wine" ))
|
||||
{
|
||||
win_skip("broken on 64-bit Windows\n");
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue