mshtml: Add IHTMLXMLHttpRequest::responseXML() method implementation. (try 2)

Christopher Harrington ironiridis+winehq at gmail.com
Mon Nov 30 17:07:43 CST 2015


On Mon, Nov 30, 2015 at 5:32 AM Jacek Caban <jacek at codeweavers.com> wrote:

> Hi Zhenbo,
>
>
> On 11/27/15 15:49, Zhenbo Li wrote:
>
> 2015-11-14 17:33 GMT+08:00 Zhenbo Li <litimetal at gmail.com> <litimetal at gmail.com>:
>
> +    hres = IXMLDOMDocument_loadXML(xmldoc, str, &vbool);
> +    SysFreeString(str);
> +    if(hres != S_OK || vbool != VARIANT_TRUE) {
> +        ERR("loadXML failed: %08x, returning an cmpty xmldoc\n", hres);
> +    }
>
>
> ERR is not appropriate here. Please use WARN instead.
>

Also "cmpty" possibly a typo for "empty"?


> Thanks,
> Jacek
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20151130/5808af2f/attachment.html>


More information about the wine-devel mailing list