msi/tests: Don't skip a 64-bit test on Wine.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-05-30 15:04:21 +02:00
parent 4685e88de8
commit 3b621e6d6d
1 changed files with 1 additions and 1 deletions

View File

@ -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;