From 3e3c905ead4d2bd5ea97017a597cc69a46ffdaba Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 8 May 2017 19:20:14 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@11059 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlCore/Win32DnD.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uppsrc/CtrlCore/Win32DnD.cpp b/uppsrc/CtrlCore/Win32DnD.cpp index 947f93c3c..66c5dafd6 100644 --- a/uppsrc/CtrlCore/Win32DnD.cpp +++ b/uppsrc/CtrlCore/Win32DnD.cpp @@ -4,7 +4,7 @@ namespace Upp { -#define LLOG(x) // LOG(x) +#define LLOG(x) // DLOG(x) int GetClipboardFormatCode(const char *format_id); @@ -170,6 +170,7 @@ STDMETHODIMP UDropTarget::DragEnter(LPDATAOBJECT pDataObj, DWORD grfKeyState, PO if(fmtetc.ptd) CoTaskMemFree(fmtetc.ptd); } + LLOG("DragEnter fmt: " << fmt); fe->Release(); DnD(pt, false, pdwEffect, grfKeyState); return NOERROR;