mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 01:29:08 +02:00
lcl: fix compilation with fpc 2.2.3 (jesusra, please review)
git-svn-id: trunk@17633 -
This commit is contained in:
parent
c928dcd787
commit
691a58c76b
@ -309,7 +309,11 @@ end;
|
||||
|
||||
procedure TPsUnicode.OutputString(S: string);
|
||||
var
|
||||
{$IFDEF FPC_HAS_UNICODESTRING}
|
||||
UStr: UnicodeString;
|
||||
{$ELSE}
|
||||
UStr: WideString;
|
||||
{$ENDIF}
|
||||
w: word;
|
||||
i, b: Integer;
|
||||
c: byte;
|
||||
|
Loading…
Reference in New Issue
Block a user