Explorar o código

* fixed NSApplicationMain() signature

git-svn-id: trunk@42514 -
Jonas Maebe %!s(int64=6) %!d(string=hai) anos
pai
achega
277db0d62e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/cocoaint/src/appkit/NSApplication.inc

+ 1 - 1
packages/cocoaint/src/appkit/NSApplication.inc

@@ -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;