We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf54f5 commit d12cfa7Copy full SHA for d12cfa7
web/docs/environments.md
@@ -83,5 +83,7 @@ Microsoft Visual Studio by default. It should work and behave as if the
83
code was compiled with MSVC.
84
85
* 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.
+* It is included as part of the operating system in Windows 10 or later,
+ 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