Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API

from sourceforge.

PR:		usb/190204
MFC after:	1 week
This commit is contained in:
Hans Petter Selasky 2014-05-25 18:06:32 +00:00
parent cd21da8083
commit 6736336e88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266664

View File

@ -33,6 +33,8 @@
#include <sys/types.h>
#endif
#define LIBUSB_CALL
#ifdef __cplusplus
extern "C" {
#endif