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