mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01: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…
Reference in New Issue
Block a user