Commit 2581fc7c authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

quartz: Print This pointer before iface pointer in traces.

This matches what is done in AMFilterData_ParseFilterData and AMFilterData_CreateFilterData. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAndrew Eikum <aeikum@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 74425e6b
...@@ -1159,7 +1159,8 @@ static HRESULT WINAPI FilterMapper_EnumMatchingFilters( ...@@ -1159,7 +1159,8 @@ static HRESULT WINAPI FilterMapper_EnumMatchingFilters(
HRESULT hr; HRESULT hr;
TRACE("(%p/%p)->(%p, %x, %s, %s, %s, %s, %s, %s, %s) stub!\n", TRACE("(%p/%p)->(%p, %x, %s, %s, %s, %s, %s, %s, %s) stub!\n",
iface,This, This,
iface,
ppEnum, ppEnum,
dwMerit, dwMerit,
bInputNeeded ? "true" : "false", bInputNeeded ? "true" : "false",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment