MSVC: fix poll-related macro redefines
commitf087f96e6977fba7aa0e23b715769f9f21208967
authorErik Faye-Lund <kusmabite@gmail.com>
Tue, 1 Nov 2011 17:45:18 +0000 (1 12:45 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 6 Dec 2011 00:19:26 +0000 (6 00:19 +0000)
treef8b9895e082d08f4d54bdfca1bc715f00540580b
parentd21011e26a130cfdb786b1a22c36dcdc2ba03d4d
MSVC: fix poll-related macro redefines

This seems to be related to the poll-emulation... I see that these things
are guarded by an "#if(_WIN32_WINNT >= 0x0600)" in <winsock2.h>, which
means it's supported for Windows Vista and above... We still support
Windows XP, so it seems someone has set this too high :)

I'd prefer to set this from the Makefile, but this generates a warning in
compat/win32/poll.c about redefining a macro (poll.c wants it to be 0x502,
which is Windows XP with SP2, rather than 0x501 which is normal Windows
XP).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
compat/mingw.h
git-compat-util.h