mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:59:11 +02:00
LCL: fixed compilation on Mac OS X, there is a procedure Move(dh: SInt16; dv: SInt16) in the unit MacOSAll
git-svn-id: trunk@22054 -
This commit is contained in:
parent
5a0f95b483
commit
5e79f9ef5b
@ -961,7 +961,7 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
function CopyRect(var DestRect: TRect; const SrcRect: TRect): Boolean;
|
||||
begin
|
||||
Move(SrcRect, DestRect, SizeOf(TRect));
|
||||
System.Move(SrcRect, DestRect, SizeOf(TRect));
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user