quartz: Print This pointer before iface pointer in traces.

This matches what is done in AMFilterData_ParseFilterData and
AMFilterData_CreateFilterData.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alex Henrie 2016-04-27 23:12:56 -06:00 committed by Alexandre Julliard
parent 74425e6b04
commit 2581fc7c21
1 changed files with 2 additions and 1 deletions

View File

@ -1159,7 +1159,8 @@ static HRESULT WINAPI FilterMapper_EnumMatchingFilters(
HRESULT hr;
TRACE("(%p/%p)->(%p, %x, %s, %s, %s, %s, %s, %s, %s) stub!\n",
iface,This,
This,
iface,
ppEnum,
dwMerit,
bInputNeeded ? "true" : "false",