mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-01 13:13:20 -04:00
darwin: Changed weirdo fixed-sized typedefs with the usual IOUSBLib.h ones
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
committed by
Chris Dickens
parent
d2ebbf793c
commit
297238cda8
@@ -1245,9 +1245,9 @@ static int get_endpoints (struct libusb_device_handle *dev_handle, int iface) {
|
||||
|
||||
kern_return_t kresult;
|
||||
|
||||
u_int8_t numep, direction, number;
|
||||
u_int8_t dont_care1, dont_care3;
|
||||
u_int16_t dont_care2;
|
||||
UInt8 numep, direction, number;
|
||||
UInt8 dont_care1, dont_care3;
|
||||
UInt16 dont_care2;
|
||||
int rc;
|
||||
|
||||
usbi_dbg ("building table of endpoints.");
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11282
|
||||
#define LIBUSB_NANO 11283
|
||||
|
||||
Reference in New Issue
Block a user