dart-windows / win32

Build Win32 apps with Dart!
https://win32.pub
BSD 3-Clause "New" or "Revised" License
735 stars 118 forks source link

Deprecate typedefs for Win32 callbacks #826

Closed halildurmus closed 4 months ago

halildurmus commented 4 months ago

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.