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

Prevent enum clash when using Windows SDK v8.0 #672

Merged
merged 1 commit into from
Aug 26, 2015
Merged

Prevent enum clash when using Windows SDK v8.0 #672

merged 1 commit into from
Aug 26, 2015

Conversation

stevenwinfield
Copy link
Contributor

ProcessDebugPort and ProcessImageFileName are defined in PROCESSINFOCLASS in winternl.h - use the same workaround as ProcessBasicInformation, with underscores and #defines.

ProcessDebugPort and ProcessImageFileName are defined in PROCESSINFOCLASS in winternl.h - use the same workaround as ProcessBasicInformation, with underscores and #defines.
giampaolo added a commit that referenced this pull request Aug 26, 2015
Prevent enum clash when using Windows SDK v8.0
@giampaolo giampaolo merged commit ac49006 into giampaolo:master Aug 26, 2015
@giampaolo
Copy link
Owner

Merged, thanks.

giampaolo added a commit that referenced this pull request Aug 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants