comctl32/tests: Use win_skip instead of trace.

This commit is contained in:
Paul Vriens 2008-10-20 22:13:32 +02:00 committed by Alexandre Julliard
parent 1b494e7f31
commit aad6125340
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ static BOOL DoTest3(void)
if (!pImageList_DrawIndirect)
{
trace("ImageList_DrawIndirect not available, skipping test\n");
win_skip("ImageList_DrawIndirect not available, skipping test\n");
return TRUE;
}