mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-15 22:20:44 +01:00
win32: enclose debugln in conditional directive
git-svn-id: trunk@34699 -
This commit is contained in:
parent
535f6a1001
commit
a80180ad59
@ -2146,8 +2146,10 @@ begin
|
||||
ReleaseDC(Window, menuHDC);
|
||||
Winprocess := False;
|
||||
end
|
||||
{$ifdef MSG_DEBUG}
|
||||
else
|
||||
DebugLn('WM_MEASUREITEM for a menuitem catched but menuitem is not TmenuItem');
|
||||
{$endif}
|
||||
end;
|
||||
else
|
||||
if WParam <> 0 then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user