mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-07 06:50:04 +02:00
Fixed deprecated GetLocaleFormatSettings symbol warning thanks to dilfich
This commit is contained in:
parent
1515e2bf99
commit
b9c57057b8
@ -2173,7 +2173,7 @@ begin
|
||||
{$IFDEF FPC}
|
||||
TempFormatSettings.DecimalSeparator := '.';
|
||||
{$ELSE}
|
||||
{$IFDEF DELPHI26_UP}
|
||||
{$IFDEF DELPHI24_UP}
|
||||
TempFormatSettings := TFormatSettings.Create('en-US');
|
||||
{$ELSE}
|
||||
GetLocaleFormatSettings(GetThreadLocale, TempFormatSettings);
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 267,
|
||||
"InternalVersion" : 268,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "89.0.6.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user