5 lines
81 B
Rust
5 lines
81 B
Rust
|
|
fn main() {
|
||
|
|
#[cfg(windows)]
|
||
|
|
println!("cargo:rustc-link-lib=advapi32");
|
||
|
|
}
|