diff options
author | Matt Huisman <matthuisman@users.noreply.github.com> | 2020-04-23 17:09:23 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 17:09:23 +1200 |
commit | 449179a06ec13e1e0cda9bc62df961e1f299c085 (patch) | |
tree | e64ec4334804971c74d9797a8f8190bbfd85792a /docs | |
parent | 00ea484644dafd85b1df68b38fe45cfd4bfa0738 (diff) |
Update docs/README.Windows.md
Co-Authored-By: Pär Björklund <per.bjorklund@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.Windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.Windows.md b/docs/README.Windows.md index e189ad5f4b..19e0688f4b 100644 --- a/docs/README.Windows.md +++ b/docs/README.Windows.md @@ -79,7 +79,7 @@ Start the VS2017 installer and click `Individual components`. * `Msbuild` * `VC++ 2017 version 15.x v14.x latest v141 tools` * `Visual C++ 2017 Redistributable Update` - * `Visual C++ compilers and libraries for ARM` (if compiling for ARM) + * `Visual C++ compilers and libraries for ARM` (if compiling for ARM or UWP) * `Visual C++ compilers and libraries for ARM64` (if compiling for ARM64 or UWP) * `Visual C++ runtime for UWP` (if compiling for UWP) * `Windows Universal CRT SDK` |