fixed fpc warning

git-svn-id: trunk@7916 -
This commit is contained in:
vincents 2005-10-05 09:36:10 +00:00
parent 53e55f23cf
commit 084c1127cb

View File

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