msvc: Fix compilation errors caused by poll.h emulation
commit41f2999180f5a58f2a4214d896359c1587c9024f
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Thu, 31 Jan 2013 18:28:35 +0000 (31 18:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 20:39:56 +0000 (25 12:39 -0800)
treec07fe18fe51bd56218d49e3a32c0ae85810314da
parent4dac0679feaebbf6545daec14480cf6b94cb74ed
msvc: Fix compilation errors caused by poll.h emulation

Commit 0f77dea9 ("mingw: move poll out of sys-folder", 24-10-2011), along
with other commits in the 'ef/mingw-upload-archive' branch (see commit
7406aa20), effectively reintroduced the same problem addressed by commit
56fb3ddc ("msvc: Fix compilation errors in compat/win32/sys/poll.c",
04-12-2010).

In order to fix the compilation errors, we use the same solution adopted
in that earlier commit. In particular, we set _WIN32_WINNT to 0x0502
(which would target Windows Server 2003) prior to including the winsock2.h
header file.

Also, we delete the compat/vcbuild/include/sys/poll.h header file, since
it is now redundant and it's presence may cause some confusion.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Tested-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/vcbuild/include/sys/poll.h [deleted file]
git-compat-util.h