Commit 3b621e6d authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 4685e88d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment