Add Win32 PE flag

This commit is contained in:
martin 2021-02-19 02:38:43 +01:00
parent 14bfc9c832
commit bab194d3c0

View File

@ -67,6 +67,11 @@ uses
{$R *.res}
{$IFDEF WIN32}
// CEF needs to set the LARGEADDRESSAWARE ($20) flag which allows 32-bit processes to use up to 3GB of RAM.
{$SetPEFlags $20}
{$ENDIF}
begin
RequireDerivedFormResource:=True;
Application.Title := 'External Pump Browser';