We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ea54e commit b956a65Copy full SHA for b956a65
2 files changed
src/lib.rs
@@ -199,7 +199,7 @@ cfg_if! {
199
mod util_libc;
200
#[path = "vxworks.rs"] mod imp;
201
} else if #[cfg(windows)] {
202
- #[path = "windows_uwp.rs"] mod imp;
+ #[path = "windows.rs"] mod imp;
203
} else if #[cfg(all(target_arch = "x86_64", target_env = "sgx"))] {
204
#[path = "rdrand.rs"] mod imp;
205
} else if #[cfg(all(feature = "rdrand",
src/windows_uwp.rs src/windows.rssrc/windows_uwp.rs renamed to src/windows.rs
0 commit comments