Skip to content

add all flags for CreateToolhelp32Snapshot #185

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

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

shekeru
Copy link
Contributor

@shekeru shekeru commented Oct 8, 2021

A commit bc5d600 adding a compatibility header for tlhelp32.h, did not include all the flags for CreateToolhelp32Snapshot.

Description

The intent is to add the remaining flags used by CreateToolhelp32Snapshot.

Motivation and Context

The addition of the rest of the flags used in the library, would prevent errors on older GHC versions.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have not added a new Haskell dependency.
  • I have included a changelog entry.
  • I have not modified the version of the package in Win32.cabal.

Sorry, something went wrong.

@Mistuke
Copy link
Contributor

Mistuke commented Oct 8, 2021

Thanks!

@Mistuke Mistuke merged commit cd69b19 into haskell:master Oct 8, 2021
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.

None yet

2 participants