>From 5d3f3be3693e4b36160b699113cace2b55a233f7 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 20 Oct 2008 22:13:32 +0200 Subject: [PATCH] Use win_skip instead of trace --- dlls/comctl32/tests/imagelist.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/comctl32/tests/imagelist.c b/dlls/comctl32/tests/imagelist.c index 03aaca1..0ed8c78 100644 --- a/dlls/comctl32/tests/imagelist.c +++ b/dlls/comctl32/tests/imagelist.c @@ -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; } -- 1.5.5.1