mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 22:07:48 +02:00
* Integer -> longint
This commit is contained in:
parent
8e58dc66b3
commit
f75a471eeb
@ -50,7 +50,7 @@ const
|
||||
Base types
|
||||
*****************************************************************************}
|
||||
type
|
||||
HRESULT = Integer; // For Delphi compatibility
|
||||
HRESULT = Longint; // For Delphi compatibility
|
||||
Int8 = ShortInt;
|
||||
UInt8 = Byte;
|
||||
Int16 = SmallInt;
|
||||
|
Loading…
Reference in New Issue
Block a user