You've already forked CEF4Delphi
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user