From 1b104bcf29db6e31ad44c16e28d33a135e7a9554 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 15 Aug 2025 08:47:14 +0000 Subject: [PATCH] Update Windows SDK version --- docs/building-win-x64.md | 2 +- docs/building-win.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building-win-x64.md b/docs/building-win-x64.md index 476aaf1106..403c346b80 100644 --- a/docs/building-win-x64.md +++ b/docs/building-win-x64.md @@ -8,7 +8,7 @@ ## Prepare folder -The build is done in **Visual Studio 2022** with **10.0.22000.0** SDK version. +The build is done in **Visual Studio 2022** with **10.0.26100.0** SDK version. Choose an empty folder for the future build, for example **D:\\TBuild**. It will be named ***BuildPath*** in the rest of this document. Create two folders there, ***BuildPath*\\ThirdParty** and ***BuildPath*\\Libraries**. diff --git a/docs/building-win.md b/docs/building-win.md index 85d76ccae4..be79bfcfc5 100644 --- a/docs/building-win.md +++ b/docs/building-win.md @@ -8,7 +8,7 @@ ## Prepare folder -The build is done in **Visual Studio 2022** with **10.0.22000.0** SDK version. +The build is done in **Visual Studio 2022** with **10.0.26100.0** SDK version. Choose an empty folder for the future build, for example **D:\\TBuild**. It will be named ***BuildPath*** in the rest of this document. Create two folders there, ***BuildPath*\\ThirdParty** and ***BuildPath*\\Libraries**.