aboutsummaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorMatthias Aßhauer <mha1993@live.de>2026-04-06 05:45:29 +0000
committerJunio C Hamano <gitster@pobox.com>2026-04-06 10:06:20 -0700
commit66dd13f3f72e8cad1327b6b134dec079936c4b07 (patch)
tree84bc8c11c528e40d1b01930b8baa2dfb3ee63a48 /commit.c
parent2855562ca6a9c6b0e7bc780b050c1e83c9fcfbd0 (diff)
downloadgit-66dd13f3f72e8cad1327b6b134dec079936c4b07.tar.xz
unify and bump _WIN32_WINNT definition to Windows 8.1
Git for Windows doesn't support anything prior to Windows 8.1 since 2.47.0 and Git followed along with commits like ce6ccba (mingw: drop Windows 7-specific work-around, 2025-08-04). There is no need to pretend to the compiler that we still support Windows Vista, just to lock us out of easy access to newer APIs. There is also no need to have conflicting and unused definitions claiming we support some versions of Windows XP or even Windows NT 4.0. Bump all definitions of _WIN32_WINNT to a realistic value of Windows 8.1. This will also simplify code for a followup commit that will improve cpu core detection on multi-socket systems. Signed-off-by: Matthias Aßhauer <mha1993@live.de> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions