From 4086dec3a8ae89a44b1b86f809ebc99afa19b6aa Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 2 Feb 2010 22:33:14 +0000 Subject: [PATCH] CtrCore: removed forgotten LOG git-svn-id: svn://ultimatepp.org/upp/trunk@2007 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlCore/Win32DnD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CtrlCore/Win32DnD.cpp b/uppsrc/CtrlCore/Win32DnD.cpp index f4b300f9c..29de8f535 100644 --- a/uppsrc/CtrlCore/Win32DnD.cpp +++ b/uppsrc/CtrlCore/Win32DnD.cpp @@ -4,7 +4,7 @@ NAMESPACE_UPP #ifdef PLATFORM_WIN32 -#define LLOG(x) LOG(x) +#define LLOG(x) // LOG(x) int GetClipboardFormatCode(const char *format_id);