rust9x-1.85-beta-v2
Pre-release
Pre-release
- Rebased onto Rust 1.85.1
- Fixed issue in Condvar implementation for Windows 98/ME (but not 95): SignalObjectAndWait is documented in old MSDN to only be available on NT4+, but it turns out that it is half-implemented in at least 98SE. Added an NT check to the implementation to fix the issue.