[PATCH] HTMLDocument adjust error handling

Jacek Caban jacek at codeweavers.com
Sat Oct 6 11:02:44 CDT 2007


Hi Marcus,

Marcus Meissner wrote:
> Hi,
>
> sometime we have failure cases where we
> still return S_OK.
>
> I am not sure this is a good idea.
>   

NULL is a valid return value of these function, so it's fine to return
S_OK here (also you've changed non-error code paths).

Thanks,
    Jacek




More information about the wine-devel mailing list