Skip to content

Commit d12cfa7

Browse files
Biswa96lazka
authored andcommitted
environments: Clarify supported Windows OSes for UCRT
1 parent aaf54f5 commit d12cfa7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/docs/environments.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,7 @@ Microsoft Visual Studio by default. It should work and behave as if the
8383
code was compiled with MSVC.
8484

8585
* Better compatibility with MSVC, both at build time and at run time.
86-
* It only ships by default on Windows 10 and for older versions you have to
87-
provide it yourself or depend on the user having it installed.
86+
* It is included as part of the operating system in Windows 10 or later,
87+
and Windows Server 2016 or later. For older Windows versions, you have to
88+
provide it explicitly or depend on the user having it installed. More
89+
information about that can be found in [UCRT deployment](https://learn.microsoft.com/en-us/cpp/windows/universal-crt-deployment).

0 commit comments

Comments
 (0)