Detlef Riekenberg wrote:
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 FI
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 t