kernel32/tests: Change to a win_skip() because we don't want to skip the GetConsoleCursorInfo(,NULL) test in Wine.

This commit is contained in:
Francois Gouget 2009-02-24 00:02:47 +01:00 committed by Alexandre Julliard
parent 5989534540
commit 41360cc161
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ static void testCursorInfo(HANDLE hCon)
if (info.dwSize == 12)
{
skip("NULL CONSOLE_CURSOR_INFO will crash on win9x\n");
win_skip("NULL CONSOLE_CURSOR_INFO will crash on win9x\n");
return;
}