Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for building against the new WDK 26100 #230

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

Alan-Jowett
Copy link
Member

This pull request includes updates to various project files to reference a new Windows SDK version (10.0.26100.0) in addition to the existing version (10.0.22621.0). The changes ensure that the new SDK paths are included in the project configurations.

Updates to include new Windows SDK version:

  • README.md: Updated the AdditionalIncludeDirectories to include $(WindowsSdkDir)Include0.0.26100.0\km in the setup instructions.
  • cxplat/src/cxplat_winuser/CMakeLists.txt: Added $(WindowsSdkDir)include/10.0.26100.0 to the target_include_directories for the cxplat_winuser target.
  • sample/sample.vcxproj: Updated AdditionalIncludeDirectories to include $(WindowsSdkDir)Include0.0.26100.0\km in two locations. [1] [2]
  • src/usersim.vcxproj: Added $(WindowsSdkDir)Include0.0.26100.0\km to AdditionalIncludeDirectories in three different configurations. [1] [2] [3]

@Alan-Jowett Alan-Jowett merged commit b3d70f2 into microsoft:main Nov 15, 2024
9 checks passed
@Alan-Jowett Alan-Jowett deleted the fix_for_wdk_w26100 branch November 15, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants