mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.forgotten RLOG in Win32DnD
This commit is contained in:
parent
b426eecaf3
commit
5ecded176b
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ namespace Upp {
|
|||
#endif
|
||||
|
||||
|
||||
#define LLOG(x) RLOG(x)
|
||||
#define LLOG(x) // RLOG(x)
|
||||
|
||||
int GetClipboardFormatCode(const char *format_id);
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue