13 May
2023
13 May
'23
6:02 p.m.
From: Francois Gouget <fgouget(a)codeweavers.com> A missing dll is a todo in Wine. --- dlls/wintab32/tests/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wintab32/tests/context.c b/dlls/wintab32/tests/context.c index 4359412785a..e16165c26b5 100644 --- a/dlls/wintab32/tests/context.c +++ b/dlls/wintab32/tests/context.c @@ -211,7 +211,7 @@ START_TEST(context) if (!hWintab) { - skip("Wintab32.dll not available\n"); + win_skip("Wintab32.dll not available\n"); return; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2812