mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 13:40:15 +02:00
* Fix compilation with 3.0.4
git-svn-id: trunk@58552 -
This commit is contained in:
parent
6f01c07364
commit
8ebeed522c
@ -319,7 +319,11 @@ begin
|
||||
R.Content:=SERequestContent.Text
|
||||
else
|
||||
begin
|
||||
{$IF FPC_FULLVERSION>30004}
|
||||
S:=TStringStream.Create('',CP_UTF8);
|
||||
{$ELSE}
|
||||
S:=TStringStream.Create('');
|
||||
{$ENDIF}
|
||||
try
|
||||
OnSendContent(Self,S);
|
||||
R.Content:=S.DataString;
|
||||
|
Loading…
Reference in New Issue
Block a user