From 5ecded176b2a072c251cf5be3a34a26eb90084d7 Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Wed, 20 Sep 2023 23:10:58 +0200 Subject: [PATCH] .forgotten RLOG in Win32DnD --- uppsrc/CtrlCore/Win32DnD.cpp | 2 +- uppsrc/Geom/Ctrl/PlotterCtrl.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uppsrc/CtrlCore/Win32DnD.cpp b/uppsrc/CtrlCore/Win32DnD.cpp index d1349ecdd..1d622271d 100644 --- a/uppsrc/CtrlCore/Win32DnD.cpp +++ b/uppsrc/CtrlCore/Win32DnD.cpp @@ -11,7 +11,7 @@ namespace Upp { #endif -#define LLOG(x) RLOG(x) +#define LLOG(x) // RLOG(x) int GetClipboardFormatCode(const char *format_id); diff --git a/uppsrc/Geom/Ctrl/PlotterCtrl.cpp b/uppsrc/Geom/Ctrl/PlotterCtrl.cpp index 61ca41ad8..83ace8abf 100644 --- a/uppsrc/Geom/Ctrl/PlotterCtrl.cpp +++ b/uppsrc/Geom/Ctrl/PlotterCtrl.cpp @@ -6,8 +6,8 @@ namespace Upp { #define IMAGEFILE #include -#define LLOG(x) RLOG(x) -#define LLOGBLOCK(x) RLOGBLOCK(x) +#define LLOG(x) // RLOG(x) +#define LLOGBLOCK(x) // RLOGBLOCK(x) PlotterCtrl::ViewPlot::ViewPlot(PlotterCtrl& ctrl, int extra_gap) : viewdraw(&ctrl)