win32: enclose debugln in conditional directive

git-svn-id: trunk@34699 -
This commit is contained in:
blikblum 2012-01-10 22:19:16 +00:00
parent 535f6a1001
commit a80180ad59

View File

@ -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