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:
parent
1515e2bf99
commit
b9c57057b8
@ -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);
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user