kernel32/tests: Add a skip.
This commit is contained in:
parent
7988506091
commit
a635a4ff41
|
@ -138,6 +138,7 @@ static BOOL init_function_ptrs(void)
|
|||
!pNtRequestPort || !pNtRegisterThreadTerminatePort ||
|
||||
!pNtConnectPort || !pRtlInitUnicodeString)
|
||||
{
|
||||
win_skip("Needed port functions are not available\n");
|
||||
FreeLibrary(hntdll);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue