1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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

A missing API is a todo in Wine.
This commit is contained in:
Francois Gouget 2023-05-10 17:15:38 +02:00 committed by Alexandre Julliard
parent 652574f115
commit 0028d8f0a7

View file

@ -1932,7 +1932,7 @@ static void test_AllocateAndGetTcpExTableFromStack(void)
if (!pAllocateAndGetTcpExTableFromStack)
{
skip("AllocateAndGetTcpExTableFromStack not available\n");
win_skip("AllocateAndGetTcpExTableFromStack not available\n");
return;
}