mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
ole32: Trace the drop effect in hex.
This commit is contained in:
parent
4dc04ae867
commit
903803b552
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ HRESULT WINAPI DoDragDrop (
|
|||
HWND hwndTrackWindow;
|
||||
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)
|
||||
return E_INVALIDARG;
|
||||
|
|
Loading…
Reference in a new issue