mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.

Paul Vriens paul.vriens.wine at gmail.com
Fri Jun 6 13:54:36 CDT 2008


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.



More information about the wine-devel mailing list