You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Define a constant for SetPEFlags in MiniBrowserD7
This commit is contained in:
@ -9,7 +9,10 @@ uses
|
||||
|
||||
{$R *.res}
|
||||
|
||||
{$SetPEFlags $20}
|
||||
const
|
||||
IMAGE_FILE_LARGE_ADDRESS_AWARE = $0020;
|
||||
|
||||
{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}
|
||||
|
||||
begin
|
||||
CreateGlobalCEFApp;
|
||||
|
Reference in New Issue
Block a user