format
This commit is contained in:
parent
d7b2fd4213
commit
40481fc70a
@ -112,16 +112,9 @@ pub struct MOUNT_POINT_REPARSE_BUFFER {
|
||||
#[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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user