ole32/tests: Silence some clipboard traces that generate too many lines.
This commit is contained in:
parent
701c399fae
commit
5f35f1a8db
|
@ -129,7 +129,8 @@ static HRESULT WINAPI EnumFormatImpl_Next(IEnumFORMATETC *iface, ULONG celt,
|
||||||
EnumFormatImpl *This = impl_from_IEnumFORMATETC(iface);
|
EnumFormatImpl *This = impl_from_IEnumFORMATETC(iface);
|
||||||
ULONG count, i;
|
ULONG count, i;
|
||||||
|
|
||||||
trace("next: count %d cur %d\n", celt, This->cur);
|
if (winetest_debug > 1)
|
||||||
|
trace("next: count %d cur %d\n", celt, This->cur);
|
||||||
|
|
||||||
if(!rgelt)
|
if(!rgelt)
|
||||||
return E_INVALIDARG;
|
return E_INVALIDARG;
|
||||||
|
|
Loading…
Reference in New Issue