Module: wine Branch: master Commit: 98b7a56262c0ade70b80d2efee8aeedb12ec8373 URL: https://gitlab.winehq.org/wine/wine/-/commit/98b7a56262c0ade70b80d2efee8aeed...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed May 3 11:39:55 2023 +0200
ws2_32/tests: Use win_skip() for missing APIs.
A missing API is a todo in Wine.
---
dlls/ws2_32/tests/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ws2_32/tests/protocol.c b/dlls/ws2_32/tests/protocol.c index b0259cfe47d..91356c43f7c 100644 --- a/dlls/ws2_32/tests/protocol.c +++ b/dlls/ws2_32/tests/protocol.c @@ -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; }