]> git.ipfire.org Git - thirdparty/curl.git/commit
windows: target version macro tidy-ups
authorViktor Szakats <commit@vsz.me>
Sun, 20 Jul 2025 21:24:26 +0000 (23:24 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 23 Jul 2025 20:43:52 +0000 (22:43 +0200)
commit24f8442e6a9d76bc51ea6e6026b5cc3479050c53
tree313e0b4d77261a87785948559f8cdbc818c7d43b
parent1074d6d727e8e5a25d0e0a46299394e422e99d16
windows: target version macro tidy-ups

- autotools: stop checking for `WINVER` to detect thread-safety.
  To sync with implementation in `easy_lock.h` and with cmake.

- replace numeric version with `_WIN32_WINNT_VISTA`.

- `_WIN32_WINNT_VISTA` is always defined via `setup-win32.h`,
  don't check for it.

Closes #17981
configure.ac
lib/curl_threads.c
lib/curl_threads.h
lib/idn.c
lib/rand.c