Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 16, 2024
1 parent e9862eb commit 3f2b4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows7.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use core::{ffi::c_void, mem::MaybeUninit};
#[link(name = "advapi32")]
extern "system" {
#[link_name = "SystemFunction036"]
fn RtlGenRandom(randombuffer: *mut c_void, randombufferlength: u32) -> BOOLEAN;
fn RtlGenRandom(randombuffer: *mut c_void, randombufferlength: u32) -> u8;
}
// #[allow(clippy::upper_case_acronyms)]
// type BOOLEAN = u8;
Expand Down

0 comments on commit 3f2b4c5

Please sign in to comment.