Commit 759e6457 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

qcap: Print 64bit integers with wine_dbgstr_longlong.

parent 1a29c97d
...@@ -303,8 +303,8 @@ fnCaptureGraphBuilder2_AllocCapFile(ICaptureGraphBuilder2 * iface, ...@@ -303,8 +303,8 @@ fnCaptureGraphBuilder2_AllocCapFile(ICaptureGraphBuilder2 * iface,
{ {
CaptureGraphImpl *This = impl_from_ICaptureGraphBuilder2(iface); CaptureGraphImpl *This = impl_from_ICaptureGraphBuilder2(iface);
FIXME("(%p/%p)->(%s, %lld) Stub!\n", This, iface, FIXME("(%p/%p)->(%s, 0x%s) Stub!\n", This, iface,
debugstr_w(lpwstr), dwlSize); debugstr_w(lpwstr), wine_dbgstr_longlong(dwlSize));
return E_NOTIMPL; return E_NOTIMPL;
} }
......
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