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.
This commit is contained in:
parent
6d1ef3a6a6
commit
a6db972c77
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue