diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-05-25 18:06:32 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-05-25 18:06:32 +0000 |
commit | d85652abc40ed50334d17518ab7b133357c7aea0 (patch) | |
tree | b5756f231800b3b7a1d8455bd0d88276ea68f565 /lib/libusb | |
parent | 97ed15cacd8fe101674857512d7b49593bea4cc0 (diff) | |
download | FreeBSD-src-d85652abc40ed50334d17518ab7b133357c7aea0.zip FreeBSD-src-d85652abc40ed50334d17518ab7b133357c7aea0.tar.gz |
Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API
from sourceforge.
PR: usb/190204
MFC after: 1 week
Diffstat (limited to 'lib/libusb')
-rw-r--r-- | lib/libusb/libusb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h index 4857f5b..e490f24 100644 --- a/lib/libusb/libusb.h +++ b/lib/libusb/libusb.h @@ -33,6 +33,8 @@ #include <sys/types.h> #endif +#define LIBUSB_CALL + #ifdef __cplusplus extern "C" { #endif |