advapi32/tests: Make use of skip.
This commit is contained in:
parent
a08c3e04ed
commit
d478f5dadd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue