mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:36:26 +00:00
Distribute libntdll.a with windows-gnu toolchains This allows the OS loader to load essential functions (e.g. read/write file) at load time instead of lazily doing so at runtime. r? libs