Add missing structure entry to avoid erroneous shift of following items
authorwinterrace <hauptadmin@gmail.com>
Sat, 26 Jan 2019 21:59:29 +0000 (22:59 +0100)
committerNathan Hjelm <hjelmn@me.com>
Thu, 31 Jan 2019 05:36:53 +0000 (22:36 -0700)
Closes #526

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
libusb/os/windows_nt_common.c
libusb/version_nano.h

index 92dbde5..7ead83d 100644 (file)
@@ -974,6 +974,7 @@ const struct usbi_os_backend usbi_backend = {
        windows_set_option,
        windows_get_device_list,
        NULL,   /* hotplug_poll */
+       NULL,   /* wrap_sys_device */
        windows_open,
        windows_close,
        windows_get_device_descriptor,
index 169ebb2..6d522b6 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11341
+#define LIBUSB_NANO 11342