Skip to content

Commit b956a65

Browse files
committed
Rename BCryptGenRandom impl to windows.rs
1 parent c0ea54e commit b956a65

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ cfg_if! {
199199
mod util_libc;
200200
#[path = "vxworks.rs"] mod imp;
201201
} else if #[cfg(windows)] {
202-
#[path = "windows_uwp.rs"] mod imp;
202+
#[path = "windows.rs"] mod imp;
203203
} else if #[cfg(all(target_arch = "x86_64", target_env = "sgx"))] {
204204
#[path = "rdrand.rs"] mod imp;
205205
} else if #[cfg(all(feature = "rdrand",
File renamed without changes.

0 commit comments

Comments
 (0)