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

Fix build on older versions of WinSDK #5151

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

NicksWorld
Copy link
Contributor

Some versions of the Windows SDK (pre-8.1 are known) include a version of DbgHelp.h that trigger a warning upon compilation. To maintain compatability with these versions of the SDK, the warning is suppressed.

Fixes #5147

Some versions of the Windows SDK (pre-8.1 are known) include
a version of DbgHelp.h that trigger a warning upon compilation.
To maintain compatability with these versions of the SDK, the
warning is suppressed.

Fixes DFHack#5147
@ab9rf
Copy link
Member

ab9rf commented Dec 29, 2024

@Bumber64 can you verify that this resolves the issue for you (as you're the one who reported the problem when building with the 8.1 SDK in the first place)

@myk002 myk002 merged commit 9bf6780 into DFHack:develop Dec 29, 2024
14 checks passed
@Bumber64
Copy link
Contributor

@Bumber64 can you verify that this resolves the issue for you (as you're the one who reported the problem when building with the 8.1 SDK in the first place)

Seems to work without any errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Broken Compilation Using WinSDK pre-v10
4 participants