Author: hselasky Date: Thu Jun 16 11:51:20 2016 New Revision: 301957 URL: https://svnweb.freebsd.org/changeset/base/301957
Log: Define LIBUSB_API_VERSION. Approved by: re (kostikbel) Requested by: swills MFC after: 1 week Modified: head/lib/libusb/libusb.h Modified: head/lib/libusb/libusb.h ============================================================================== --- head/lib/libusb/libusb.h Thu Jun 16 07:48:21 2016 (r301956) +++ head/lib/libusb/libusb.h Thu Jun 16 11:51:20 2016 (r301957) @@ -33,6 +33,8 @@ #include <sys/types.h> #endif +#define LIBUSB_API_VERSION 0x01000102 + #define LIBUSB_CALL #ifdef __cplusplus _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"