1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2024-11-24 08:02:15 +02:00

Define a constant for SetPEFlags in MiniBrowserD7

This commit is contained in:
salvadordf 2023-11-13 17:38:49 +01:00
parent 792a602efa
commit 2ba413797f
2 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,10 @@ uses
{$R *.res}
{$SetPEFlags $20}
const
IMAGE_FILE_LARGE_ADDRESS_AWARE = $0020;
{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}
begin
CreateGlobalCEFApp;

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 539,
"InternalVersion" : 540,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "118.7.1"
}