From 5c574ea7ee1d7a0cb167c5e0ef0c2ea27010fc72 Mon Sep 17 00:00:00 2001 From: robmikh Date: Fri, 13 May 2022 01:12:10 -0700 Subject: [PATCH] Update to Windows 11 SDK --- README.md | 2 +- Win32CaptureSample/Win32CaptureSample.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d062430..ba7461a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A simple sample using the Windows.Graphics.Capture APIs in a Win32 application. * [Points of interest](https://github.com/robmikh/Win32CaptureSample#points-of-interest) ## Requirements -This sample requires the [Windows 10 SDK version 2104 (10.0.20348.0)](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/) and [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) to compile. Neither are required to run the sample once you have a binary. +This sample requires the [Windows 11 SDK (10.0.22000.194)](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/) and [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) to compile. Neither are required to run the sample once you have a binary. The minimum verison of Windows 10 required to run the sample is build 17134. ## Win32 vs UWP This sample demonstrates using the Windows.Graphics.Capture APIs in a Win32 application. For the most part, the usage is the same, except for a few tweaks: diff --git a/Win32CaptureSample/Win32CaptureSample.vcxproj b/Win32CaptureSample/Win32CaptureSample.vcxproj index 337d45e..44564fc 100644 --- a/Win32CaptureSample/Win32CaptureSample.vcxproj +++ b/Win32CaptureSample/Win32CaptureSample.vcxproj @@ -23,7 +23,7 @@ 15.0 {045FFB0E-D0D4-404D-8C33-13C7074B3236} Win32CaptureSample - 10.0.20348.0 + 10.0.22000.0