Re: [PATCH 03/12] quartz: Make Filtermapper aggregatable.
17 Jul
2008
17 Jul
'08
9:28 a.m.
Alexander Dorofeyev <alexd4(a)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(a)winehq.org
6363
Age (days ago)
6363
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard