[PATCH 03/12] quartz: Make Filtermapper aggregatable.

Alexandre Julliard julliard at winehq.org
Thu Jul 17 04:28:57 CDT 2008


Alexander Dorofeyev <alexd4 at inbox.lv> writes:

> @@ -1148,7 +1201,7 @@ static const IFilterMapper2Vtbl fm2vtbl =
>  
>  static HRESULT WINAPI FilterMapper_QueryInterface(IFilterMapper * iface, REFIID riid, LPVOID *ppv)
>  {
> -    FilterMapper2Impl *This = impl_from_IFilterMapper(iface);
> +    ICOM_THIS_MULTI(FilterMapper2Impl, lpVtblFilterMapper, iface);

Please don't do that. Using inline functions is much better than the
ugly and non-typesafe ICOM_THIS_MULTI macro.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list