cocoa: proper ifdef exclusion for COCOALOOPOVERRIDE. related to #35702

git-svn-id: trunk@61355 -
This commit is contained in:
dmitry 2019-06-11 12:59:09 +00:00
parent 7f6412df7e
commit a4da0d9e1f

View File

@ -67,7 +67,7 @@ end;
------------------------------------------------------------------------------} ------------------------------------------------------------------------------}
procedure TCocoaWidgetSet.AppRun(const ALoop: TApplicationMainLoop); procedure TCocoaWidgetSet.AppRun(const ALoop: TApplicationMainLoop);
begin begin
{$ifndef COCOALOOPOVERRIDE} {$ifdef COCOALOOPOVERRIDE}
NSApp.finishLaunching; NSApp.finishLaunching;
{$endif} {$endif}
if Assigned(ALoop) then if Assigned(ALoop) then