kernel32/tests: Add a skip.

This commit is contained in:
Paul Vriens 2008-09-22 22:44:25 +02:00 committed by Alexandre Julliard
parent 7988506091
commit a635a4ff41
1 changed files with 1 additions and 0 deletions

View File

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