Skip to content

package:win32 v6.3.0

Choose a tag to compare

@halildurmus halildurmus released this 22 May 20:32
· 44 commits to main since this release
ebeab68

6.3.0 - 2026-05-22

🧹 Refactor

  • Remove the build hook that either downloaded prebuilt binaries or compiled
    native C wrappers for Win32 APIs that report errors via GetLastError().
    These bindings now pre-resolve GetLastError() before each call, ensuring the
    error code is captured reliably without any native code.