mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 09:09:21 +02:00
rtl: added UnicodeChar=char
This commit is contained in:
parent
8d671796a2
commit
170e17c7e3
@ -61,6 +61,7 @@ type
|
||||
UnicodeString = String;
|
||||
WideString = String;
|
||||
WideChar = char;
|
||||
UnicodeChar = char;
|
||||
|
||||
TDynArrayIndex = NativeInt;
|
||||
TTextLineBreakStyle = (tlbsLF,tlbsCRLF,tlbsCR);
|
||||
|
Loading…
Reference in New Issue
Block a user