msi/tests: Don't skip a 64-bit test on Wine.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4685e88de8
commit
3b621e6d6d
|
@ -5642,7 +5642,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 New Issue