shell32/tests: Use win_skip instead of trace.

This commit is contained in:
Paul Vriens 2008-10-20 23:05:51 +02:00 committed by Alexandre Julliard
parent 80011be100
commit 3465cbc58d
1 changed files with 1 additions and 1 deletions

View File

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