Skip to content
Snippets Groups Projects
Commit 2581fc7c authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

quartz: Print This pointer before iface pointer in traces.


This matches what is done in AMFilterData_ParseFilterData and
AMFilterData_CreateFilterData.

Signed-off-by: default avatarAlex Henrie <alexhenrie24@gmail.com>
Signed-off-by: default avatarAndrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 74425e6b
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment