Commit d478f5da authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

advapi32/tests: Make use of skip.

parent a08c3e04
......@@ -54,6 +54,8 @@ static BOOL init(void)
if (pLsaClose && pLsaFreeMemory && pLsaOpenPolicy && pLsaQueryInformationPolicy && pConvertSidToStringSidA)
return TRUE;
else
skip("Needed functions are not available\n");
}
return FALSE;
......
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