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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to