Files
git/compat
Johannes Schindelin d7e357fb9c compat/poll: prepare for targeting Windows Vista
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.

We also need to make sure that we override those constants *after*
`winsock2.h` has been `#include`d (otherwise we would not really
override those constants).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-10-04 05:39:56 -07:00
..
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2010-11-23 16:06:50 -08:00
2013-09-11 11:08:52 -07:00
2017-01-23 11:02:34 -08:00
2017-05-08 12:18:19 +09:00