[PATCH 3/4] mshtml: Add helper function get_url_components

Detlef Riekenberg wine.dev at web.de
Sat Sep 26 09:40:38 CDT 2009


On Fr, 2009-09-25 at 15:30 -0500, Andrew Eikum wrote:
> +static HRESULT get_url_components(HTMLLocation *This, URL_COMPONENTSW
> *url)
> +{
> +    const WCHAR *doc_url;

> +    if(!InternetCrackUrlW(doc_url, 0, 0, url)) {
> +        FIXME("InternetCrackUrlW failed\n");

Such a FIXME does not help to find the reason.
Dumping doc_url helps, but might add personal data to the log


-- 
 
By by ... Detlef




More information about the wine-devel mailing list