.forgotten RLOG in Win32DnD

This commit is contained in:
Mirek Fidler 2023-09-20 23:10:58 +02:00
parent b426eecaf3
commit 5ecded176b
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ namespace Upp {
#endif
#define LLOG(x) RLOG(x)
#define LLOG(x) // RLOG(x)
int GetClipboardFormatCode(const char *format_id);

View file

@ -6,8 +6,8 @@ namespace Upp {
#define IMAGEFILE <Geom/Ctrl/PlotterCtrl.iml>
#include <Draw/iml.h>
#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)