Date: Sun, 25 May 2014 18:06:32 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266664 - head/lib/libusb Message-ID: <201405251806.s4PI6WEp085737@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Sun May 25 18:06:32 2014 New Revision: 266664 URL: http://svnweb.freebsd.org/changeset/base/266664 Log: Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API from sourceforge. PR: usb/190204 MFC after: 1 week Modified: head/lib/libusb/libusb.h Modified: head/lib/libusb/libusb.h ============================================================================== --- head/lib/libusb/libusb.h Sun May 25 18:06:28 2014 (r266663) +++ head/lib/libusb/libusb.h Sun May 25 18:06:32 2014 (r266664) @@ -33,6 +33,8 @@ #include <sys/types.h> #endif +#define LIBUSB_CALL + #ifdef __cplusplus extern "C" { #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251806.s4PI6WEp085737>