SDL: hidapi/libusb/hid.c (read_thread): mark as SDLCALL

From 9220f92bae4a533a600e17c1a7ba080fe7d1ed6f Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 25 May 2022 01:01:02 +0300
Subject: [PATCH] hidapi/libusb/hid.c (read_thread): mark as SDLCALL

---
 src/hidapi/libusb/hid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hidapi/libusb/hid.c b/src/hidapi/libusb/hid.c
index 9cb597fa89f..50291d760a2 100644
--- a/src/hidapi/libusb/hid.c
+++ b/src/hidapi/libusb/hid.c
@@ -994,7 +994,7 @@ static void LIBUSB_CALL read_callback(struct libusb_transfer *transfer)
 }
 
 
-static int read_thread(void *param)
+static int SDLCALL read_thread(void *param)
 {
 	hid_device *dev = (hid_device *)param;
 	uint8_t *buf;