svn commit: r267048 - stable/8/lib/libusb
Hans Petter Selasky
hselasky at FreeBSD.org
Wed Jun 4 10:42:05 UTC 2014
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
More information about the svn-src-stable-8
mailing list