Commit 0028d8f0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

iphlpapi/tests: Use win_skip() for missing APIs.

A missing API is a todo in Wine.
parent 652574f1
......@@ -1932,7 +1932,7 @@ static void test_AllocateAndGetTcpExTableFromStack(void)
if (!pAllocateAndGetTcpExTableFromStack)
{
skip("AllocateAndGetTcpExTableFromStack not available\n");
win_skip("AllocateAndGetTcpExTableFromStack not available\n");
return;
}
......
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