dart-windows / win32

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

Pass the correct Pointer to `LocalFree` function #750

Closed halildurmus closed 10 months ago

halildurmus commented 10 months ago

Fixes #749

domesticmouse commented 10 months ago

Do you have a plan for dealing with the breakages in master?

halildurmus commented 10 months ago

Do you have a plan for dealing with the breakages in master?

The waitFor API, which is the source of the breakages in main, is no longer used in winmd v4. Since we have completed the migration (#747), we do not need to take any further action.