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

Implement pxbind fix for combo bit flags with partially unnamed bits #226

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

NiklasNummelin
Copy link
Contributor

@NiklasNummelin NiklasNummelin commented Jan 24, 2024

Can't run pxbind on my Mac due to #218

Fixes for instance PxFilterFlags::Notify.

Before, the generated Rust code looked like this:
const Notify = Self::Callback.bits;

while the equivalent C++ looks like this:
eNOTIFY = (1<<3) | eCALLBACK,

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.

1 participant