mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11059 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b78403abf9
commit
3e3c905ead
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue