.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@11059 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-05-08 19:20:14 +00:00
parent b78403abf9
commit 3e3c905ead

View file

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