From: Viktor Szakats Date: Wed, 14 Jan 2026 00:12:08 +0000 (+0100) Subject: tool_doswin: document `ENABLE_VIRTUAL_TERMINAL_PROCESSING` toolchain support X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6cd54d3a2a5cbbb9c1ec52a9b995bc3876ff067;p=thirdparty%2Fcurl.git tool_doswin: document `ENABLE_VIRTUAL_TERMINAL_PROCESSING` toolchain support Closes #20315 --- diff --git a/src/tool_doswin.c b/src/tool_doswin.c index 6c909e5304..f4fb9f8e83 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -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