mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.
This commit is contained in:
parent
d1108c8774
commit
f6a3234bf3
|
@ -483,6 +483,9 @@ static HRESULT WINAPI AboutProtocolInfo_QueryInfo(IInternetProtocolInfo *iface,
|
|||
case QUERY_IS_SAFE:
|
||||
FIXME("Unsupported option QUERY_IS_SAFE\n");
|
||||
return E_NOTIMPL;
|
||||
case QUERY_USES_HISTORYFOLDER:
|
||||
FIXME("Unsupported option QUERY_USES_HISTORYFOLDER\n");
|
||||
return E_FAIL;
|
||||
default:
|
||||
return E_FAIL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue