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)