Re: mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.

2008-06-06 Thread Jacek Caban
Hi Paul, Paul Vriens wrote: > 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

Re: mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.

2008-06-06 Thread Paul Vriens
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("Unsupp