File tree 5 files changed +770
-779
lines changed
library/std/src/sys/pal/windows/c
src/tools/generate-windows-sys
5 files changed +770
-779
lines changed Original file line number Diff line number Diff line change @@ -5959,13 +5959,9 @@ dependencies = [
5959
5959
[[package ]]
5960
5960
name = " windows-bindgen"
5961
5961
version = " 0.58.0"
5962
- source = " git+https://github.com/microsoft/windows-rs.git?rev=30a574a#30a574a122d2d03dff6203f08c81a284114ecb88 "
5962
+ source = " git+https://github.com/microsoft/windows-rs.git?rev=06c7bd3059a552ceeeadc53ed1a9e8050bc78676#06c7bd3059a552ceeeadc53ed1a9e8050bc78676 "
5963
5963
dependencies = [
5964
- " proc-macro2" ,
5965
5964
" rayon" ,
5966
- " serde" ,
5967
- " serde_json" ,
5968
- " windows-metadata" ,
5969
5965
]
5970
5966
5971
5967
[[package ]]
@@ -6011,11 +6007,6 @@ dependencies = [
6011
6007
" syn 2.0.87" ,
6012
6008
]
6013
6009
6014
- [[package ]]
6015
- name = " windows-metadata"
6016
- version = " 0.58.0"
6017
- source = " git+https://github.com/microsoft/windows-rs.git?rev=30a574a#30a574a122d2d03dff6203f08c81a284114ecb88"
6018
-
6019
6010
[[package ]]
6020
6011
name = " windows-result"
6021
6012
version = " 0.1.2"
Original file line number Diff line number Diff line change 1
1
--out windows_sys.rs
2
- --config flatten sys
2
+ --flat -- sys --no-core
3
3
--filter
4
4
!Windows.Win32.Foundation.INVALID_HANDLE_VALUE
5
5
Windows.Wdk.Storage.FileSystem.FILE_COMPLETE_IF_OPLOCKED
You can’t perform that action at this time.
0 commit comments