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

Deprecate typedefs for Win32 callbacks #826

Merged
merged 3 commits into from
Mar 6, 2024
Merged

Conversation

halildurmus
Copy link
Owner

Part of #819

These typedefs were manually projected and didn't utilize their original names as specified in the metadata. However, in v6, all Win32 callbacks will be automatically projected with their original names, aligning with metadata definitions. To prepare for this, this PR introduces new typedefs that use the original names while deprecating the old ones. Also added data-driven fixes to automate the migration process.

@halildurmus halildurmus marked this pull request as ready for review March 5, 2024 13:09
@halildurmus halildurmus enabled auto-merge (squash) March 5, 2024 13:10
@halildurmus halildurmus force-pushed the deprecate-callbacks branch from afdbd5c to 5a8ae49 Compare March 5, 2024 13:11
@halildurmus halildurmus disabled auto-merge March 5, 2024 15:40
@halildurmus halildurmus marked this pull request as draft March 5, 2024 15:40
@halildurmus halildurmus marked this pull request as ready for review March 5, 2024 15:49
@halildurmus halildurmus enabled auto-merge (squash) March 5, 2024 15:49
@halildurmus halildurmus merged commit 1c3afe1 into main Mar 6, 2024
4 checks passed
@halildurmus halildurmus deleted the deprecate-callbacks branch March 6, 2024 02:56
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.

2 participants