Commit 281ebbb5 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

kernel32/tests: Use skip.

parent e3436523
......@@ -49,7 +49,11 @@ START_TEST(version)
BOOL ret;
init_function_pointers();
if(!pVerifyVersionInfoA || !pVerSetConditionMask) return;
if(!pVerifyVersionInfoA || !pVerSetConditionMask)
{
skip("Needed functions not available\n");
return;
}
ret = pVerifyVersionInfoA(&info, VER_MAJORVERSION | VER_MINORVERSION,
pVerSetConditionMask(0, VER_MAJORVERSION, VER_GREATER_EQUAL));
......
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