瀏覽代碼

Update after commit b0076a4709 to fix jvm rtl compilation error

Pierre Muller 1 年之前
父節點
當前提交
8b7dbb81b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/java/justrings.inc

+ 1 - 1
rtl/java/justrings.inc

@@ -626,7 +626,7 @@ function StringToWideChar(const Src : RawByteString;Dest : PWideChar;DestSize :
 
 {$define FPC_HAS_UNICODEFROMLOCALECHARS}
 function UnicodeFromLocaleChars(CodePage, Flags: Cardinal; LocaleStr: PAnsiChar;
-  LocaleStrLen: Integer; UnicodeStr: PWideChar; UnicodeStrLen: Integer): Integer; overload;
+  LocaleStrLen: SizeInt; UnicodeStr: PWideChar; UnicodeStrLen: SizeInt): SizeInt; overload;
 
 var
   temp: widestring;