Commit 720a37d7 authored by Alexandre Julliard's avatar Alexandre Julliard

msi/tests: Skip MsiEnumProductsEx tests if not supported.

parent 081b06c0
......@@ -11823,6 +11823,12 @@ static void test_MsiEnumProductsEx(void)
REGSAM access = KEY_ALL_ACCESS;
char *usersid = get_user_sid();
if (!pMsiEnumProductsExA)
{
win_skip("MsiEnumProductsExA not implemented\n");
return;
}
create_test_guid( product0, NULL );
create_test_guid( product1, product_squashed1 );
create_test_guid( product2, product_squashed2 );
......
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