mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 01:46:25 +00:00
hidapi/libusb/hid.c (read_thread): mark as SDLCALL
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user