mirror of
https://github.com/curl/curl.git
synced 2026-05-20 01:36:24 +03:00
tool_doswin: document ENABLE_VIRTUAL_TERMINAL_PROCESSING toolchain support
Closes #20315
This commit is contained in:
parent
2623e333fd
commit
c6cd54d3a2
1 changed files with 1 additions and 0 deletions
|
|
@ -638,6 +638,7 @@ static struct TerminalSettings {
|
|||
LONG valid;
|
||||
} TerminalSettings;
|
||||
|
||||
/* Offered by mingw-w64 v7+. MS SDK ~10.16299/~VS2017+. */
|
||||
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
|
||||
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue