git-commit-vandalism/compat/win32
Ramsay Jones 56fb3ddc89 msvc: Fix compilation errors in compat/win32/sys/poll.c
The msvc winsock2.h header file conditionally defines or declares
poll() related symbols which cause many macro redefinition errors,
a struct type redefinition error and syntax errors. These symbols
are defined in support of the WSAPoll() API, new in Windows Vista,
when the symbol _WIN32_WINNT is defined and _WIN32_WINNT >= 0x0600.

In order to avoid the compilation errors, we set _WIN32_WINNT to
0x0502 (which would target Windows Server 2003) prior to including
the winsock2.h header file.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Acked-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-12-09 11:13:55 -08:00
..
sys msvc: Fix compilation errors in compat/win32/sys/poll.c 2010-12-09 11:13:55 -08:00
pthread.c Windows: more pthreads functions 2010-03-07 00:37:36 -08:00
pthread.h Merge branch 'js/async-thread' 2010-06-21 06:02:45 -07:00
syslog.c mingw: implement syslog 2010-11-04 16:53:49 -07:00
syslog.h mingw: implement syslog 2010-11-04 16:53:49 -07:00