6.3.0
🧹 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-resolveGetLastError()before each call, ensuring the error code is captured reliably without any native code.