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:
Sean McBride
2017-12-29 13:25:42 -05:00
committed by Chris Dickens
parent d2ebbf793c
commit 297238cda8
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
View File
@@ -1 +1 @@
#define LIBUSB_NANO 11282
#define LIBUSB_NANO 11283