Windows: Update generated bindings to 0.59
This commit is contained in:
parent
cfe9ffcd7c
commit
26eeac1a1e
6 changed files with 2805 additions and 2781 deletions
|
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies.windows-bindgen]
|
||||
version = "0.58.0"
|
||||
version = "0.59.0"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||
|
||||
sort_bindings("bindings.txt")?;
|
||||
|
||||
let info = windows_bindgen::bindgen(["--etc", "bindings.txt"])?;
|
||||
println!("{info}");
|
||||
windows_bindgen::bindgen(["--etc", "bindings.txt"]);
|
||||
|
||||
let mut f = std::fs::File::options().append(true).open("windows_sys.rs")?;
|
||||
f.write_all(ARM32_SHIM.as_bytes())?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue