iphlpapi/tests: Use win_skip() for missing APIs.
A missing API is a todo in Wine.
This commit is contained in:
parent
652574f115
commit
0028d8f0a7
1 changed files with 1 additions and 1 deletions
|
@ -1932,7 +1932,7 @@ static void test_AllocateAndGetTcpExTableFromStack(void)
|
|||
|
||||
if (!pAllocateAndGetTcpExTableFromStack)
|
||||
{
|
||||
skip("AllocateAndGetTcpExTableFromStack not available\n");
|
||||
win_skip("AllocateAndGetTcpExTableFromStack not available\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue