We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
powrprof
1 parent c78e2e6 commit edf5c22Copy full SHA for edf5c22
build.rs
@@ -53,7 +53,7 @@ fn main() {
53
// This will work on all supported Windows versions but it relies on
54
// us using `SetDefaultDllDirectories` before any libraries are loaded.
55
// See also: src/bin/rustup-init.rs
56
- let delay_load_dlls = ["bcrypt", "powrprof", "secur32"];
+ let delay_load_dlls = ["bcrypt", "secur32"];
57
for dll in delay_load_dlls {
58
println!("cargo:rustc-link-arg-bin=rustup-init=/delayload:{dll}.dll");
59
}
0 commit comments