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

Fixed backwards compatibility issue in CEF4Delphi.dpk

This commit is contained in:
salvadordf
2022-04-12 11:49:05 +02:00
parent c99a44aab2
commit 74d28f647b
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
package CEF4Delphi;
{$R *.res}
{$R *.otares}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
@ -14,8 +13,8 @@ package CEF4Delphi;
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 382,
"InternalVersion" : 383,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "100.0.14.0"
}