svn commit: r267047 - stable/10/lib/libusb

Hans Petter Selasky hselasky at FreeBSD.org
Wed Jun 4 10:40:44 UTC 2014


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


More information about the svn-src-all mailing list