6 Jun
2008
6 Jun
'08
6:54 p.m.
Jacek Caban wrote:
--- dlls/mshtml/protocol.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
------------------------------------------------------------------------
Hi Jacek, return E_NOTIMPL; + case QUERY_USES_HISTORYFOLDER: + FIXME("Unsupported option QUERY_USES_HISTORYFOLDER\n"); default: return E_FAIL; } shouldn't there be a "return E_NOTIMPL" after the FIXME as we do with the others? -- Cheers, Paul.