mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 07:53:50 +02:00
PascalScript: update to upstream 4b310a0fe3905b8b1b6004a2891a8388a3fb3c1c
git-svn-id: trunk@57611 -
This commit is contained in:
parent
81a920a231
commit
b3d7705f6a
@ -2631,7 +2631,7 @@ begin
|
||||
{$IFNDEF PS_NOWIDESTRING}
|
||||
btunicodestring: tbtunicodestring(dest^.tunistring) := tbtunicodestring(src^.tunistring);
|
||||
btwidestring: tbtwidestring(dest^.twidestring) := tbtwidestring(src^.twidestring);
|
||||
btwidechar: Dest^.tchar := src^.tchar;
|
||||
btwidechar: Dest^.twidechar := src^.twidechar;
|
||||
{$ENDIF}
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user