lcl: fix compilation with fpc 2.2.3 (jesusra, please review)

git-svn-id: trunk@17633 -
This commit is contained in:
paul 2008-11-30 06:25:43 +00:00
parent c928dcd787
commit 691a58c76b

View File

@ -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;