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 ||
|
!pNtRequestPort || !pNtRegisterThreadTerminatePort ||
|
||||||
!pNtConnectPort || !pRtlInitUnicodeString)
|
!pNtConnectPort || !pRtlInitUnicodeString)
|
||||||
{
|
{
|
||||||
|
win_skip("Needed port functions are not available\n");
|
||||||
FreeLibrary(hntdll);
|
FreeLibrary(hntdll);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue