Commit bd14f24b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3d8/tests: Use win_skip() to skip over unimplemented functionality.

parent 786a2cda
......@@ -623,7 +623,7 @@ static void test_cursor(void)
pGetCursorInfo = (void *)GetProcAddress(user32_handle, "GetCursorInfo");
if (!pGetCursorInfo)
{
skip("GetCursorInfo is not available\n");
win_skip("GetCursorInfo 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