Windows: Make libusb_pollfd() return error
authorPete Batard <pbatard@gmail.com>
Sun, 19 Sep 2010 13:24:25 +0000 (14:24 +0100)
committerDaniel Drake <dan@reactivated.net>
Sun, 19 Sep 2010 14:10:18 +0000 (15:10 +0100)
commitc8bab4e19413d70c515a2eaf747a75b7f66fdc0b
tree04abc4ff9cad0bcbf6fa5f831ba3b7d28757ab03
parentbd623f70d99fad8b975f8d4ee62ea4b1abf1272f
Windows: Make libusb_pollfd() return error

Windows does not have numerical file descriptors but does have the
concept of event sources. Exposing these event sources will require
some careful thought and design, to be completed later.
libusb/io.c