Commit a6db972c authored by David Hedberg's avatar David Hedberg Committed by Alexandre Julliard

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.
parent 6d1ef3a6
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment