Explorar el Código

Update after commit b0076a4709 to fix jvm rtl compilation error

Pierre Muller hace 1 año
padre
commit
8b7dbb81b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}
 {$define FPC_HAS_UNICODEFROMLOCALECHARS}
 function UnicodeFromLocaleChars(CodePage, Flags: Cardinal; LocaleStr: PAnsiChar;
 function UnicodeFromLocaleChars(CodePage, Flags: Cardinal; LocaleStr: PAnsiChar;
-  LocaleStrLen: Integer; UnicodeStr: PWideChar; UnicodeStrLen: Integer): Integer; overload;
+  LocaleStrLen: SizeInt; UnicodeStr: PWideChar; UnicodeStrLen: SizeInt): SizeInt; overload;
 
 
 var
 var
   temp: widestring;
   temp: widestring;