Huw Davies : ole32: Trace the drop effect in hex.

Alexandre Julliard julliard at winehq.org
Tue Feb 21 14:27:50 CST 2012


Module: wine
Branch: master
Commit: 903803b5525a62d2579c0340d2ac275d7178e215
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=903803b5525a62d2579c0340d2ac275d7178e215

Author: Huw Davies <huw at 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;




More information about the wine-cvs mailing list