Skip to content

Commit

Permalink
Use new bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Dec 3, 2024
1 parent e1f6975 commit 1d83a16
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 779 deletions.
11 changes: 1 addition & 10 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5959,13 +5959,9 @@ dependencies = [
[[package]]
name = "windows-bindgen"
version = "0.58.0"
source = "git+https://github.com/microsoft/windows-rs.git?rev=30a574a#30a574a122d2d03dff6203f08c81a284114ecb88"
source = "git+https://github.com/microsoft/windows-rs.git?rev=06c7bd3059a552ceeeadc53ed1a9e8050bc78676#06c7bd3059a552ceeeadc53ed1a9e8050bc78676"
dependencies = [
"proc-macro2",
"rayon",
"serde",
"serde_json",
"windows-metadata",
]

[[package]]
Expand Down Expand Up @@ -6011,11 +6007,6 @@ dependencies = [
"syn 2.0.87",
]

[[package]]
name = "windows-metadata"
version = "0.58.0"
source = "git+https://github.com/microsoft/windows-rs.git?rev=30a574a#30a574a122d2d03dff6203f08c81a284114ecb88"

[[package]]
name = "windows-result"
version = "0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion library/std/src/sys/pal/windows/c/bindings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--out windows_sys.rs
--config flatten sys
--flat --sys --no-core
--filter
!Windows.Win32.Foundation.INVALID_HANDLE_VALUE
Windows.Wdk.Storage.FileSystem.FILE_COMPLETE_IF_OPLOCKED
Expand Down
Loading

0 comments on commit 1d83a16

Please sign in to comment.