mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:50:18 +02:00
fixed fpc warning
git-svn-id: trunk@7916 -
This commit is contained in:
parent
53e55f23cf
commit
084c1127cb
@ -348,6 +348,7 @@ function WindowPosFlagsToString(Flags: UINT): string;
|
||||
var
|
||||
FlagsStr: string;
|
||||
begin
|
||||
FlagsStr := '';
|
||||
if (Flags and SWP_DRAWFRAME) <> 0 then
|
||||
FlagsStr := FlagsStr + '|SWP_DRAWFRAME';
|
||||
if (Flags and SWP_HIDEWINDOW) <> 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user