Huw Davies : ole32: Trace the drop effect in hex.
Module: wine Branch: master Commit: 903803b5525a62d2579c0340d2ac275d7178e215 URL: http://source.winehq.org/git/wine.git/?a=commit;h=903803b5525a62d2579c0340d2... Author: Huw Davies <huw(a)codeweavers.com> Date: Tue Feb 21 14:19:44 2012 +0000 ole32: Trace the drop effect in hex. --- dlls/ole32/ole2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index cb667c9..9e9ca65 100644 --- a/dlls/ole32/ole2.c +++ b/dlls/ole32/ole2.c @@ -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;
participants (1)
-
Alexandre Julliard