mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 07:42:33 +02:00
LCL: comment
git-svn-id: trunk@41672 -
This commit is contained in:
parent
09a25e6d5f
commit
bf6d88f9ad
@ -58,7 +58,7 @@ type
|
||||
{$IFDEF USE_UTF8BIDI_LCL}
|
||||
TUTF8Char = UTF8BIDI.TUTF8Char;
|
||||
{$ELSE USE_UTF8BIDI_LCL}
|
||||
TUTF8Char = String[7];
|
||||
TUTF8Char = String[7]; // UTF-8 character is at most 6 bytes plus a #0
|
||||
{$ENDIF USE_UTF8BIDI_LCL}
|
||||
UINT = LongWord;
|
||||
UINT_PTR = PtrUInt;
|
||||
|
Loading…
Reference in New Issue
Block a user