Skip to content

Commit

Permalink
Define a constant for SetPEFlags in MiniBrowserD7
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Nov 13, 2023
1 parent 792a602 commit 2ba4137
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion demos/Delphi_VCL/MiniBrowserD7/MiniBrowser.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ uses

{$R *.res}

{$SetPEFlags $20}
const
IMAGE_FILE_LARGE_ADDRESS_AWARE = $0020;

{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}

begin
CreateGlobalCEFApp;
Expand Down
2 changes: 1 addition & 1 deletion update_CEF4Delphi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 539,
"InternalVersion" : 540,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "118.7.1"
}
Expand Down

0 comments on commit 2ba4137

Please sign in to comment.