mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 18:24:04 +00:00
4 lines
87 B
Rust
4 lines
87 B
Rust
#![cfg(all(windows, feature = "std"))]
|
|
#[path = "std_windows/mod.rs"]
|
|
mod std_windows;
|