windows: fix return type of usbi_{inc,dec}_fds_ref.
authorJosh Gao <jmgao@google.com>
Wed, 17 Apr 2019 23:02:18 +0000 (16:02 -0700)
committerNathan Hjelm <hjelmn@me.com>
Mon, 8 Jul 2019 03:56:41 +0000 (21:56 -0600)
commit4d05bf9621147e72f031235086f0f06234e525d7
tree69c5c6bf2e3f850b467f0e51ec86382d23f45d6b
parentf0b804cf7212c4176c9a6a20ac9ba09356c89a5e
windows: fix return type of usbi_{inc,dec}_fds_ref.

These functions were declared as returning int, but failed to actually
return anything, and no one was using their return values anyway.

Closes #562

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