windows: update MS SDK versions in comments

To make them more accurate.

Also:
- show Visual Studio version, where missing.
- ease the formatting.
- schannel_int.h: clang-tidy fallback code.

Used: `rg -l --sort=path CERT_FIND_HAS_PRIVATE_KEY`

Closes #21621
This commit is contained in:
Viktor Szakats 2026-05-15 02:10:24 +02:00
parent ef068fc8b7
commit 976eb1d50d
No known key found for this signature in database
8 changed files with 50 additions and 48 deletions

View file

@ -639,7 +639,7 @@ static struct TerminalSettings {
LONG valid;
} TerminalSettings;
/* Offered by mingw-w64 v7+. MS SDK ~10.16299/~VS2017+. */
/* Offered by mingw-w64 v7+, MS SDK 10.0.10586.0/VS2015 Update 1+ */
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
#endif