mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 10:07:54 +02:00
* cocoaint: fixed signature of IOBluetoothGetObjectIDFromArguments()
git-svn-id: trunk@42515 -
This commit is contained in:
parent
277db0d62e
commit
911a59a721
@ -15,7 +15,7 @@ type
|
||||
{$endif}
|
||||
|
||||
{$ifdef FUNCTIONS}
|
||||
function IOBluetoothGetObjectIDFromArguments(argc: cint; argv: PChar { variable size array of PChar }): IOBluetoothObjectID; cdecl; external; deprecated 'in 10.6 and later';
|
||||
function IOBluetoothGetObjectIDFromArguments(argc: cint; argv: PPChar { variable size array of PChar }): IOBluetoothObjectID; cdecl; external; deprecated 'in 10.6 and later';
|
||||
{$endif}
|
||||
|
||||
{$ifdef TYPES}
|
||||
|
Loading…
Reference in New Issue
Block a user