* Move HRESULT to system unit

This commit is contained in:
michael 2020-08-14 10:21:22 +00:00
parent a5a55469e9
commit 2248f6abe2
2 changed files with 1 additions and 2 deletions

View File

@ -50,6 +50,7 @@ const
Base types
*****************************************************************************}
type
HRESULT = Integer; // For Delphi compatibility
Int8 = ShortInt;
UInt8 = Byte;
Int16 = SmallInt;

View File

@ -47,8 +47,6 @@ type
Left, Top, Right, Bottom: Integer;
end;
HRESULT = Integer;
function EqualRect(const r1,r2 : TRect) : Boolean;
function Rect(Left, Top, Right, Bottom : Integer) : TRect;
function Bounds(ALeft, ATop, AWidth, AHeight : Integer) : TRect;