svn commit: r266664 - head/lib/libusb

Hans Petter Selasky hselasky at FreeBSD.org
Sun May 25 18:06:32 UTC 2014


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


More information about the svn-src-head mailing list