Module: wine Branch: master Commit: a6db972c774178e8cccac6ada6dedbea6a0cab4e URL: http://source.winehq.org/git/wine.git/?a=commit;h=a6db972c774178e8cccac6ada6...
Author: David Hedberg david.hedberg@gmail.com Date: Wed Jul 21 21:49:13 2010 +0200
shell32: Change a fixme to a trace in shfldr_unixfs.c.
This downgrades a FIXME that can be triggered in normal operation through the use of, for example, SHGetIDListFromObject.
---
dlls/shell32/shfldr_unixfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shfldr_unixfs.c b/dlls/shell32/shfldr_unixfs.c index 745f308..9ae030f 100644 --- a/dlls/shell32/shfldr_unixfs.c +++ b/dlls/shell32/shfldr_unixfs.c @@ -847,7 +847,7 @@ static HRESULT WINAPI UnixFolder_IShellFolder2_QueryInterface(IShellFolder2 *ifa cfShellIDList = RegisterClipboardFormatW(CFSTR_SHELLIDLISTW); } else { *ppv = NULL; - FIXME("Unimplemented interface %s\n", shdebugstr_guid(riid)); + TRACE("Unimplemented interface %s\n", shdebugstr_guid(riid)); return E_NOINTERFACE; }