mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:09:27 +02:00
Update after commit b0076a4709
to fix jvm rtl compilation error
This commit is contained in:
parent
e130557d9f
commit
8b7dbb81b1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user