mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
33530e4cb9
Lazy load NtOpenFile for UWP Lazily load `NtOpenFile` to allow libraries targeting UWP to build and link. Fixes #138257 . r? `@ChrisDenton`