Skip to content

Commit

Permalink
Fix windows-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Feb 27, 2025
1 parent 03610de commit 90a1a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/gen-windows-sys-binding/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fn main() {
f.write_all("\n".as_bytes()).unwrap();
}

f.write_all(r#"use super::windows_targets;"#.as_bytes())
f.write_all(r#"use super::windows_link;"#.as_bytes())
.unwrap();
f.write_all("\n".as_bytes()).unwrap();

Expand Down

0 comments on commit 90a1a03

Please sign in to comment.