Commit db390b77 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

dmusic: Dump port params only once.

parent ec26342c
......@@ -129,9 +129,6 @@ static HRESULT WINAPI IDirectMusic8Impl_CreatePort(LPDIRECTMUSIC8 iface, REFCLSI
TRACE("(%p)->(%s, %p, %p, %p)\n", This, debugstr_dmguid(rclsid_port), port_params, port, unkouter);
if (TRACE_ON(dmusic))
dump_DMUS_PORTPARAMS(port_params);
if (!rclsid_port)
return E_POINTER;
if (!port_params)
......
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