mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-26 08:09:11 +00:00
Merge commit '0785f272fd9eb9c2cb366b074b09417aeea3f3c6' into main
This commit is contained in:
@@ -1084,7 +1084,7 @@ int SDL_hid_init(void)
|
||||
loaded = SDL_FALSE; \
|
||||
}
|
||||
#else
|
||||
#define LOAD_LIBUSB_SYMBOL(func) \
|
||||
#define LOAD_LIBUSB_SYMBOL(type, func) \
|
||||
libusb_ctx.func = libusb_##func;
|
||||
#endif
|
||||
LOAD_LIBUSB_SYMBOL(int (LIBUSB_CALL *)(libusb_context **), init)
|
||||
|
||||
Reference in New Issue
Block a user