d3d8/tests: Use win_skip() to skip over unimplemented functionality.
This commit is contained in:
parent
786a2cda64
commit
bd14f24b69
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue