summaryrefslogtreecommitdiff
path: root/rtl/java/justrings.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/java/justrings.inc')
-rw-r--r--rtl/java/justrings.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/java/justrings.inc b/rtl/java/justrings.inc
index 1c1b3b6903..e3f3ff1c4a 100644
--- a/rtl/java/justrings.inc
+++ b/rtl/java/justrings.inc
@@ -760,7 +760,7 @@ end;
{$define FPC_HAS_SETSTRING_UNICODESTR_PUNICODECHAR}
-Procedure SetString (Out S : UnicodeString; Buf : PUnicodeChar; Len : SizeInt);
+Procedure fpc_setstring_unicodestr_pwidechar(Out S : UnicodeString; Buf : PUnicodeChar; Len : SizeInt); compilerproc;
begin
if assigned(buf) and (Len>0) then
s:=JLString.Create(TJCharArray(Buf),0,Len)