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

Remap the Win32 definition of EventRegistrationToken #3445

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Jan 15, 2025

Building on #3382, the Win32 metadata should not be defining its own version of EventRegistrationToken but there it is. Hopefully we can clean up the metadata at some point. This at least ensures that windows-rs doesn't have two competing definitions for the same thing.

Previously in #3382, the original WinRT version of this type was remapped to i64. This update just ensures that both definitions are remapped consistently avoid an unnecessary type dependency.

@kennykerr kennykerr changed the title EventRegistrationToken Remap the Win32 definition of EventRegistrationToken Jan 15, 2025
@kennykerr kennykerr merged commit 0a2c0b9 into master Jan 15, 2025
75 checks passed
@kennykerr kennykerr deleted the EventRegistrationToken branch January 15, 2025 19:17
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