Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 10:40:43 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r267047 - stable/10/lib/libusb
Message-ID:  <201406041040.s54AehEl025103@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Wed Jun  4 10:40:43 2014
New Revision: 267047
URL: http://svnweb.freebsd.org/changeset/base/267047

Log:
  MFC r266664:
  Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API
  from sourceforge.
  
  PR:		usb/190204

Modified:
  stable/10/lib/libusb/libusb.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libusb/libusb.h
==============================================================================
--- stable/10/lib/libusb/libusb.h	Wed Jun  4 10:36:02 2014	(r267046)
+++ stable/10/lib/libusb/libusb.h	Wed Jun  4 10:40:43 2014	(r267047)
@@ -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?201406041040.s54AehEl025103>