Skip to content

Commit 0077348

Browse files
committed
Set Windows SDK used for DesktopPlusWinRT to 26100, since it now works with GitHub Actions
1 parent 8e514fc commit 0077348

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/DesktopPlusWinRT/DesktopPlusWinRT.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
//This is the part of Desktop+ using Windows Runtime functions, separated from rest of the codebase as a DLL
44
//Windows SDK 10.0.19041.0 or newer is required to build this, 10.0.20348.0 or newer recommended to allow removing the capture border
5-
//
6-
//Windows SDK 10.0.26100.0 or newer is required for Windows 11 24H2 features, but not selected by default, as it appears incompatible with the VS2019/v142 compiler
7-
//So while official builds do include the features, nightly builds do not, and they need to be manually enabled by selecting the SDK and platform toolset version before building
5+
//Windows SDK 10.0.26100.0 or newer is required for Windows 11 24H2 features
86
//
97
//If you wish to build Desktop+ without support for the functionality provided by this library, define DPLUSWINRT_STUB for the project,
108
//remove the package references and adjust the project's Windows SDK version if needed

src/DesktopPlusWinRT/DesktopPlusWinRT.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ProjectGuid>{045FFB0E-D0D4-404D-8C33-13C7074B3236}</ProjectGuid>
1717
<RootNamespace>DesktopPlusWinRT</RootNamespace>
1818
<ProjectName>DesktopPlusWinRT</ProjectName>
19-
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
19+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
2020
</PropertyGroup>
2121
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2222
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

0 commit comments

Comments
 (0)