Skip to content

Commit e90f7ac

Browse files
RipleyTomslouken
authored andcommitted
Add hid_version and hid_version_str to renamed LIBUSB impl symbols
1 parent f92843d commit e90f7ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hidapi/SDL_hidapi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ typedef struct LIBUSB_hid_device_ LIBUSB_hid_device;
807807
#define hid_send_feature_report LIBUSB_hid_send_feature_report
808808
#define hid_set_nonblocking LIBUSB_hid_set_nonblocking
809809
#define hid_write LIBUSB_hid_write
810+
#define hid_version LIBUSB_hid_version
811+
#define hid_version_str LIBUSB_hid_version_str
810812
#define input_report LIBUSB_input_report
811813
#define make_path LIBUSB_make_path
812814
#define new_hid_device LIBUSB_new_hid_device

0 commit comments

Comments
 (0)