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

oldstable
Francois Gouget 2009-02-25 10:27:18 +01:00 committed by Alexandre Julliard
parent 786a2cda64
commit bd14f24b69
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}