summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard2012-07-021-2/+4
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-1/+1
* Windows: Remove #define options and use same set of defaultsPete Batard2012-04-111-94/+0
* Windows: misc improvementsPete Batard2012-04-101-4/+4
* Windows: Fix support for variadic macrosPete Batard2012-04-091-2/+2
* Misc: Rebrand to libusbxPete Batard2012-04-031-3/+3
* Windows: Make cancel_io() in poll_windows.c staticPete Batard2011-07-241-1/+1
* Windows: Don't leak pipe fdsPete Batard2011-06-131-35/+14
* Windows: explicit use of ANSI or WideChar callsPete Batard2011-06-131-1/+1
* Windows: Rename various variables named "index" to avoid shadow warningsPete Batard2011-06-131-70/+70
* Windows: DuplicateHandle failure is not a warningPete Batard2010-08-061-1/+1
* Add Windows supportPete Batard2010-07-271-0/+860