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

This commit is contained in:
Ozkan Sezer 2022-05-25 01:01:02 +03:00
parent 179765561c
commit 9220f92bae
1 changed files with 1 additions and 1 deletions

View File

@ -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;