ole32: Trace the drop effect in hex.

This commit is contained in:
Huw Davies 2012-02-21 14:19:44 +00:00 committed by Alexandre Julliard
parent 4dc04ae867
commit 903803b552

View file

@ -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;