mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 03:39:36 +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);
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user