Only use usbdk when installed

Check UsbDK availability at run time and activate UsbDk backend when
possible.

Fall back to current behavior when UsbDK not installed.

Signed-off-by: Dmitry Fleytman <dfleytma@...>
Signed-off-by: Sameeh Jubran <sameeh@...>
This commit is contained in:
Sameeh Jubran
2017-02-10 13:12:23 +01:00
committed by Léo Lam
parent 96e83b5d54
commit 2571eb16ff
9 changed files with 103 additions and 37 deletions

View File

@ -38,6 +38,7 @@ SOURCES=..\core.c \
..\hotplug.c \
threads_windows.c \
poll_windows.c \
windows_usbdk.c \
windows_winusb.c \
windows_usbdk.c \
windows_nt_common.c \