Skip to content

Commit

Permalink
We already have a hidapi implementation for Windows, we don't need li…
Browse files Browse the repository at this point in the history
…busb
  • Loading branch information
slouken committed Mar 2, 2020
1 parent 74ed215 commit bebc486
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hidapi/SDL_hidapi.c
Expand Up @@ -129,12 +129,6 @@ static const SDL_UDEV_Symbols *udev_ctx = NULL;
#undef make_path
#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
/* libusb HIDAPI Implementation */

Expand Down

0 comments on commit bebc486

Please sign in to comment.