mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 11:08:02 +02:00
* fixed NSApplicationMain() signature
git-svn-id: trunk@42514 -
This commit is contained in:
parent
b0683edfcb
commit
277db0d62e
@ -683,7 +683,7 @@ type
|
||||
{$endif}
|
||||
|
||||
{$ifdef FUNCTIONS}
|
||||
function NSApplicationMain(argc: cint; argv: PChar { variable size array of PChar }): cint; cdecl; external;
|
||||
function NSApplicationMain(argc: cint; argv: PPChar { variable size array of PChar }): cint; cdecl; external;
|
||||
function NSApplicationLoad: ObjCBOOL; cdecl; external;
|
||||
function NSShowsServicesMenuItem(itemName: NSString): ObjCBOOL; cdecl; external;
|
||||
function NSSetShowsServicesMenuItem(itemName: NSString; enabled: ObjCBOOL): NSInteger; cdecl; external;
|
||||
|
Loading…
Reference in New Issue
Block a user