Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie authored Aug 21, 2024
1 parent d7b2fd4 commit 40481fc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions library/std/src/sys/pal/windows/c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,9 @@ if #[cfg(not(target_vendor = "uwp"))] {
#[cfg(not(target_vendor = "win7"))]
#[cfg_attr(
target_arch = "x86",
link(
name = "bcryptprimitives",
kind = "raw-dylib",
import_name_type = "undecorated"
)
)]
#[cfg_attr(
not(target_arch = "x86"),
link(name = "bcryptprimitives", kind = "raw-dylib")
link(name = "bcryptprimitives", kind = "raw-dylib", import_name_type = "undecorated")
)]
#[cfg_attr(not(target_arch = "x86"), link(name = "bcryptprimitives", kind = "raw-dylib"))]
extern "system" {
pub fn ProcessPrng(pbdata: *mut u8, cbdata: usize) -> BOOL;
}
Expand Down

0 comments on commit 40481fc

Please sign in to comment.