Add Windows support
authorPete Batard <pbatard@gmail.com>
Sat, 10 Jul 2010 23:51:13 +0000 (17:51 -0600)
committerDaniel Drake <dan@reactivated.net>
Wed, 28 Jul 2010 02:57:20 +0000 (20:57 -0600)
commit9a4249f8a104b98a15a7e3ba7ecae9a385ed9027
treeb9cc7a54a839fdb9be688469c18fe3918634530e
parentd38dd5e3d2a872f7064eea084ddea8c33811dd7d
Add Windows support

Via Cygwin/MinGW, libusb now has windows support.
Thanks to contributors: Michael Plante, Orin Eman, Peter Stuge,
Stephan Meyer, Xiaofan Chen.
15 files changed:
AUTHORS
configure.ac
libusb/Makefile.am
libusb/core.c
libusb/io.c
libusb/libusb-1.0.rc.in [new file with mode: 0644]
libusb/libusb.h
libusb/libusbi.h
libusb/os/poll_windows.c [new file with mode: 0644]
libusb/os/poll_windows.h [new file with mode: 0644]
libusb/os/threads_posix.h
libusb/os/threads_windows.c [new file with mode: 0644]
libusb/os/threads_windows.h [new file with mode: 0644]
libusb/os/windows_usb.c [new file with mode: 0644]
libusb/os/windows_usb.h [new file with mode: 0644]