mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-02-02 10:25:26 +02:00
Use MultiExeProcessing on Mac
This commit is contained in:
parent
5cc767d430
commit
cd73dd8b8d
@ -1209,10 +1209,14 @@ begin
|
||||
if (FStatus <> asLoading) then
|
||||
Result := False
|
||||
else
|
||||
{$IFDEF MACOSX}
|
||||
Result := MultiExeProcessing;
|
||||
{$ELSE}
|
||||
if not(FSingleProcess) and (length(FBrowserSubprocessPath) > 0) then
|
||||
Result := MultiExeProcessing
|
||||
else
|
||||
Result := SingleExeProcessing;
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
// This function can only be called by the executable used for the subprocesses.
|
||||
|
Loading…
x
Reference in New Issue
Block a user