wintab32/tests: Use win_skip() for missing dlls.

A missing dll is a todo in Wine.
This commit is contained in:
Francois Gouget 2023-05-03 11:40:41 +02:00 committed by Alexandre Julliard
parent 9428d66eed
commit 25e64b06de

View file

@ -211,7 +211,7 @@ START_TEST(context)
if (!hWintab) if (!hWintab)
{ {
skip("Wintab32.dll not available\n"); win_skip("Wintab32.dll not available\n");
return; return;
} }