Commit 98b7a562 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

A missing API is a todo in Wine.
parent 0028d8f0
......@@ -2881,7 +2881,7 @@ static void test_WSCGetProviderInfo(void)
if (!pWSCGetProviderInfo)
{
skip("WSCGetProviderInfo is not available.\n");
win_skip("WSCGetProviderInfo is 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