From 25a6439c8ec2262ccf166bea6b1b3ba5ba7d36a2 Mon Sep 17 00:00:00 2001 From: hselasky Date: Thu, 16 Jun 2016 11:51:20 +0000 Subject: Define LIBUSB_API_VERSION. Approved by: re (kostikbel) Requested by: swills MFC after: 1 week --- lib/libusb/libusb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h index a139a82..4a72499 100644 --- a/lib/libusb/libusb.h +++ b/lib/libusb/libusb.h @@ -33,6 +33,8 @@ #include #endif +#define LIBUSB_API_VERSION 0x01000102 + #define LIBUSB_CALL #ifdef __cplusplus -- cgit v1.1