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:
parent
792a602efa
commit
2ba413797f
@ -9,7 +9,10 @@ uses
|
||||
|
||||
{$R *.res}
|
||||
|
||||
{$SetPEFlags $20}
|
||||
const
|
||||
IMAGE_FILE_LARGE_ADDRESS_AWARE = $0020;
|
||||
|
||||
{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}
|
||||
|
||||
begin
|
||||
CreateGlobalCEFApp;
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 539,
|
||||
"InternalVersion" : 540,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "118.7.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user