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

advpack/tests: Add a FreeLibrary and a skip message.

parent 3dcf22e0
......@@ -82,7 +82,11 @@ static BOOL init_function_pointers(void)
if (!pCloseINFEngine || !pDelNode || !pGetVersionFromFile ||
!pOpenINFEngine || !pSetPerUserSecValues || !pTranslateInfString)
{
skip("Needed functions are not available\n");
FreeLibrary(hAdvPack);
return FALSE;
}
return TRUE;
}
......
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