Paul Vriens : shell32/tests: Use win_skip instead of trace.

Alexandre Julliard julliard at winehq.org
Tue Oct 21 07:07:00 CDT 2008


Module: wine
Branch: master
Commit: 3465cbc58d4bfad40c917791a1c3c6867e1f3e3f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3465cbc58d4bfad40c917791a1c3c6867e1f3e3f

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Mon Oct 20 23:05:51 2008 +0200

shell32/tests: Use win_skip instead of trace.

---

 dlls/shell32/tests/shelllink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/shelllink.c b/dlls/shell32/tests/shelllink.c
index 76bc3d2..7657fe0 100644
--- a/dlls/shell32/tests/shelllink.c
+++ b/dlls/shell32/tests/shelllink.c
@@ -70,7 +70,7 @@ static LPITEMIDLIST path_to_pidl(const char* path)
         HMODULE hdll=GetModuleHandleA("shell32.dll");
         pSHSimpleIDListFromPathAW=(void*)GetProcAddress(hdll, (char*)162);
         if (!pSHSimpleIDListFromPathAW)
-            trace("SHSimpleIDListFromPathAW not found in shell32.dll\n");
+            win_skip("SHSimpleIDListFromPathAW not found in shell32.dll\n");
     }
 
     pidl=NULL;




More information about the wine-cvs mailing list