package:win32 v6.3.0
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 viaGetLastError().
These bindings now pre-resolveGetLastError()before each call, ensuring the
error code is captured reliably without any native code.