Author: hselasky Date: Wed Jun 4 10:42:04 2014 New Revision: 267048 URL: http://svnweb.freebsd.org/changeset/base/267048
Log: MFC r266664: Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API from sourceforge. PR: usb/190204 Modified: stable/8/lib/libusb/libusb.h Directory Properties: stable/8/lib/ (props changed) stable/8/lib/libusb/ (props changed) Modified: stable/8/lib/libusb/libusb.h ============================================================================== --- stable/8/lib/libusb/libusb.h Wed Jun 4 10:40:43 2014 (r267047) +++ stable/8/lib/libusb/libusb.h Wed Jun 4 10:42:04 2014 (r267048) @@ -30,6 +30,8 @@ #include <sys/time.h> #include <sys/types.h> +#define LIBUSB_CALL + #ifdef __cplusplus extern "C" { #endif _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"