Browse Source

* cocoaint: fixed signature of IOBluetoothGetObjectIDFromArguments()

git-svn-id: trunk@42515 -
Jonas Maebe 6 năm trước cách đây
mục cha
commit
911a59a721
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/cocoaint/src/iobluetooth/IOBluetoothUserLib.inc

+ 1 - 1
packages/cocoaint/src/iobluetooth/IOBluetoothUserLib.inc

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