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