mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
We already have a hidapi implementation for Windows, we don't need libusb
This commit is contained in:
parent
74ed215618
commit
bebc486774
@ -129,12 +129,6 @@ static const SDL_UDEV_Symbols *udev_ctx = NULL;
|
|||||||
#undef make_path
|
#undef make_path
|
||||||
#undef read_thread
|
#undef read_thread
|
||||||
|
|
||||||
#ifndef SDL_LIBUSB_DYNAMIC
|
|
||||||
#if __WINDOWS__
|
|
||||||
#define SDL_LIBUSB_DYNAMIC "libusb-1.0.dll"
|
|
||||||
#endif /* __WINDOWS__ */
|
|
||||||
#endif /* SDL_LIBUSB_DYNAMIC */
|
|
||||||
|
|
||||||
#ifdef SDL_LIBUSB_DYNAMIC
|
#ifdef SDL_LIBUSB_DYNAMIC
|
||||||
/* libusb HIDAPI Implementation */
|
/* libusb HIDAPI Implementation */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user