mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-17 14:19:26 +02:00
Classes compilation error.
This commit is contained in:
parent
b95b33341f
commit
2078701dc9
@ -76,7 +76,6 @@ type
|
||||
TTime = type TDateTime;
|
||||
TDate = type TDateTime;
|
||||
|
||||
|
||||
Int64 = type NativeInt unimplemented; // only 53 bits at runtime
|
||||
UInt64 = type NativeUInt unimplemented; // only 52 bits at runtime
|
||||
QWord = type NativeUInt unimplemented; // only 52 bits at runtime
|
||||
@ -85,8 +84,10 @@ type
|
||||
NativeLargeInt = NativeInt;
|
||||
NativeLargeUInt = NativeUInt;
|
||||
|
||||
UnicodeChar = Char;
|
||||
UnicodeString = type String;
|
||||
WideString = type String;
|
||||
UnicodeChar = char;
|
||||
WideChar = Char;
|
||||
|
||||
TDynArrayIndex = NativeInt;
|
||||
TTextLineBreakStyle = (tlbsLF,tlbsCRLF,tlbsCR);
|
||||
|
Loading…
Reference in New Issue
Block a user