Re: [PATCH 3/3] mingw: bump the minimum Windows version to Vista

2018-10-11 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: >> It also means that we no longer need the inet_pton() and inet_ntop() >> emulation, which is nice. > > Earlier in this series you add a: > > #if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600 > ... > #endif > > Shouldn't that now be something like: > > #if

Re: [PATCH 3/3] mingw: bump the minimum Windows version to Vista

2018-10-10 Thread Ævar Arnfjörð Bjarmason
On Wed, Oct 03 2018, Johannes Schindelin via GitGitGadget wrote: > Quite some time ago, a last plea to the XP users out there who want to > see Windows XP support in Git for Windows, asking them to get engaged > and help, vanished into the depths of the universe. > > We tried for a long time to