1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Fixed deprecated GetLocaleFormatSettings symbol warning thanks to dilfich

This commit is contained in:
Salvador Díaz Fau 2021-03-08 14:24:26 +01:00
parent 1515e2bf99
commit b9c57057b8
2 changed files with 2 additions and 2 deletions

View File

@ -2173,7 +2173,7 @@ begin
{$IFDEF FPC} {$IFDEF FPC}
TempFormatSettings.DecimalSeparator := '.'; TempFormatSettings.DecimalSeparator := '.';
{$ELSE} {$ELSE}
{$IFDEF DELPHI26_UP} {$IFDEF DELPHI24_UP}
TempFormatSettings := TFormatSettings.Create('en-US'); TempFormatSettings := TFormatSettings.Create('en-US');
{$ELSE} {$ELSE}
GetLocaleFormatSettings(GetThreadLocale, TempFormatSettings); GetLocaleFormatSettings(GetThreadLocale, TempFormatSettings);

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [ "UpdateLazPackages" : [
{ {
"ForceNotify" : true, "ForceNotify" : true,
"InternalVersion" : 267, "InternalVersion" : 268,
"Name" : "cef4delphi_lazarus.lpk", "Name" : "cef4delphi_lazarus.lpk",
"Version" : "89.0.6.0" "Version" : "89.0.6.0"
} }