mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
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…
x
Reference in New Issue
Block a user