ole32: Trace the drop effect in hex.
This commit is contained in:
parent
4dc04ae867
commit
903803b552
|
@ -773,7 +773,7 @@ HRESULT WINAPI DoDragDrop (
|
||||||
HWND hwndTrackWindow;
|
HWND hwndTrackWindow;
|
||||||
MSG msg;
|
MSG msg;
|
||||||
|
|
||||||
TRACE("(%p, %p, %d, %p)\n", pDataObject, pDropSource, dwOKEffect, pdwEffect);
|
TRACE("(%p, %p, %08x, %p)\n", pDataObject, pDropSource, dwOKEffect, pdwEffect);
|
||||||
|
|
||||||
if (!pDataObject || !pDropSource || !pdwEffect)
|
if (!pDataObject || !pDropSource || !pdwEffect)
|
||||||
return E_INVALIDARG;
|
return E_INVALIDARG;
|
||||||
|
|
Loading…
Reference in New Issue