mirror of
https://github.com/git/git.git
synced 2026-01-19 07:04:49 +00:00
Windows Vista (and later) actually have a working poll(), but we still cannot use it because it only works on sockets. So let's detect when we are targeting Windows Vista and undefine those constants, and define `pollfd` so that we can declare our own pollfd struct. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>