mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:10:27 +02:00
cocoa: proper ifdef exclusion for COCOALOOPOVERRIDE. related to #35702
git-svn-id: trunk@61355 -
This commit is contained in:
parent
7f6412df7e
commit
a4da0d9e1f
@ -67,7 +67,7 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
procedure TCocoaWidgetSet.AppRun(const ALoop: TApplicationMainLoop);
|
||||
begin
|
||||
{$ifndef COCOALOOPOVERRIDE}
|
||||
{$ifdef COCOALOOPOVERRIDE}
|
||||
NSApp.finishLaunching;
|
||||
{$endif}
|
||||
if Assigned(ALoop) then
|
||||
|
Loading…
Reference in New Issue
Block a user