SDL: Add hid_version and hid_version_str to renamed LIBUSB impl symbols (cdf26)

From cdf26c6e9747b3eccd11103f649e33141aef45f4 Mon Sep 17 00:00:00 2001
From: RipleyTom <[EMAIL REDACTED]>
Date: Fri, 9 May 2025 17:54:59 +0200
Subject: [PATCH] Add hid_version and hid_version_str to renamed LIBUSB impl
 symbols

(cherry picked from commit e90f7ac4a80adfd1a06a05dc4ce604ed29615149)
---
 src/hidapi/SDL_hidapi.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/hidapi/SDL_hidapi.c b/src/hidapi/SDL_hidapi.c
index b14b75eb4b540..2378db68bd7f6 100644
--- a/src/hidapi/SDL_hidapi.c
+++ b/src/hidapi/SDL_hidapi.c
@@ -807,6 +807,8 @@ typedef struct LIBUSB_hid_device_ LIBUSB_hid_device;
 #define hid_send_feature_report      LIBUSB_hid_send_feature_report
 #define hid_set_nonblocking          LIBUSB_hid_set_nonblocking
 #define hid_write                    LIBUSB_hid_write
+#define hid_version                  LIBUSB_hid_version
+#define hid_version_str              LIBUSB_hid_version_str
 #define input_report                 LIBUSB_input_report
 #define make_path                    LIBUSB_make_path
 #define new_hid_device               LIBUSB_new_hid_device