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