CtrCore: removed forgotten LOG

git-svn-id: svn://ultimatepp.org/upp/trunk@2007 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-02-02 22:33:14 +00:00
parent 57dbd6cceb
commit 4086dec3a8

View file

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