mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-28 07:41:29 +02:00
* Move HRESULT to system unit
This commit is contained in:
parent
a5a55469e9
commit
2248f6abe2
@ -50,6 +50,7 @@ const
|
||||
Base types
|
||||
*****************************************************************************}
|
||||
type
|
||||
HRESULT = Integer; // For Delphi compatibility
|
||||
Int8 = ShortInt;
|
||||
UInt8 = Byte;
|
||||
Int16 = SmallInt;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user