[1/7] urlmon: Standardize COM implementation of IUri

Alexandre Julliard julliard at winehq.org
Fri Dec 3 04:08:01 CST 2010


Thomas Mullaly <thomas.mullaly at gmail.com> writes:

> @@ -3567,7 +3567,7 @@ static HRESULT set_builder_component(LPWSTR *component, DWORD *component_len, LP
>      return S_OK;
>  }
>  
> -#define URI(x)         ((IUri*)  &(x)->lpIUriVtbl)
> +#define URI(x)         ((IUri*)  &(x)->IUri_iface.lpVtbl)
>  #define URIBUILDER(x)  ((IUriBuilder*)  &(x)->lpIUriBuilderVtbl)

You should also get rid of these macros.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list