mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 13:09:35 +02:00
* another indirection problem reported on the forum for libusb_free_device_list
(cherry picked from commit 816a4714f6
)
This commit is contained in:
parent
dcb1b60222
commit
2ad69fa2d8
@ -1145,7 +1145,7 @@ function libusb_setlocale(const locale:pansichar):integer;LIBUSB_CALL;external l
|
||||
|
||||
function libusb_strerror(errcode:libusb_error):pansichar;LIBUSB_CALL;external libusb1;
|
||||
function libusb_get_device_list(ctx:plibusb_context;var list:pplibusb_device):ssize_t;LIBUSB_CALL;external libusb1;
|
||||
procedure libusb_free_device_list(list:plibusb_device;unref_devices:integer);LIBUSB_CALL;external libusb1;
|
||||
procedure libusb_free_device_list(list:pplibusb_device;unref_devices:integer);LIBUSB_CALL;external libusb1;
|
||||
function libusb_ref_device(dev:plibusb_device):plibusb_device;LIBUSB_CALL;external libusb1;
|
||||
procedure libusb_unref_device(dev:plibusb_device);LIBUSB_CALL;external libusb1;
|
||||
function libusb_get_configuration(dev:plibusb_device_handle;
|
||||
|
Loading…
Reference in New Issue
Block a user