Commit f6a3234b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.

parent d1108c87
...@@ -483,6 +483,9 @@ static HRESULT WINAPI AboutProtocolInfo_QueryInfo(IInternetProtocolInfo *iface, ...@@ -483,6 +483,9 @@ static HRESULT WINAPI AboutProtocolInfo_QueryInfo(IInternetProtocolInfo *iface,
case QUERY_IS_SAFE: case QUERY_IS_SAFE:
FIXME("Unsupported option QUERY_IS_SAFE\n"); FIXME("Unsupported option QUERY_IS_SAFE\n");
return E_NOTIMPL; return E_NOTIMPL;
case QUERY_USES_HISTORYFOLDER:
FIXME("Unsupported option QUERY_USES_HISTORYFOLDER\n");
return E_FAIL;
default: default:
return E_FAIL; return E_FAIL;
} }
......
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