* Integer -> longint

This commit is contained in:
michael 2020-08-14 12:00:14 +00:00
parent 8e58dc66b3
commit f75a471eeb

View File

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