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

Use fixed width integers for underlying enum types #497

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

walbourn
Copy link
Member

Originally I used DWORD for flags. When I removed Windows-specific types, I changed it to unsigned long to keep the signature the same. The ask is to use uint32_t instead which is more consistent on Windows vs. Linux.

Also removed 'extra-semi' for macro.

@walbourn walbourn self-assigned this Oct 24, 2024
@walbourn
Copy link
Member Author

Related to microsoft/DirectXTex#443

@walbourn walbourn merged commit ee515b2 into main Oct 24, 2024
70 checks passed
@walbourn walbourn deleted the typescleanup branch October 24, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants