mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
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:
parent
ef068fc8b7
commit
976eb1d50d
8 changed files with 50 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue