Commit 25e64b06 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

A missing dll is a todo in Wine.
parent 9428d66e
......@@ -211,7 +211,7 @@ START_TEST(context)
if (!hWintab)
{
skip("Wintab32.dll not available\n");
win_skip("Wintab32.dll 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