advapi32/tests: Make use of skip.

This commit is contained in:
Paul Vriens 2007-03-02 14:09:19 +01:00 committed by Alexandre Julliard
parent a08c3e04ed
commit d478f5dadd
1 changed files with 2 additions and 0 deletions

View File

@ -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;