From 903803b5525a62d2579c0340d2ac275d7178e215 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Tue, 21 Feb 2012 14:19:44 +0000 Subject: [PATCH] ole32: Trace the drop effect in hex. --- dlls/ole32/ole2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index cb667c9caa2..9e9ca6510e1 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; -- 2.11.4.GIT