Skip to content

Commit e790860

Browse files
committed
Remove old bindings that have been moved
1 parent de3726c commit e790860

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

Diff for: Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -5857,7 +5857,7 @@ checksum = "bc1f16b778125675feee0d15d6dd9f6af0e3ac52b3233d63a10aa39230c1cd75"
58575857
dependencies = [
58585858
"proc-macro2",
58595859
"rayon",
5860-
"syn 2.0.27",
5860+
"syn 2.0.29",
58615861
"windows-metadata",
58625862
]
58635863

Diff for: library/std/src/sys/windows/c/windows_sys.lst

-6
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,6 @@ Windows.Win32.Storage.FileSystem.FileStandardInfo
23302330
Windows.Win32.Storage.FileSystem.FileStorageInfo
23312331
Windows.Win32.Storage.FileSystem.FileStreamInfo
23322332
Windows.Win32.Storage.FileSystem.FindClose
2333-
Windows.Win32.Storage.FileSystem.FindFileHandle
23342333
Windows.Win32.Storage.FileSystem.FindFirstFileW
23352334
Windows.Win32.Storage.FileSystem.FindNextFileW
23362335
Windows.Win32.Storage.FileSystem.FlushFileBuffers
@@ -2542,9 +2541,6 @@ Windows.Win32.System.Threading.PROFILE_USER
25422541
Windows.Win32.System.Threading.REALTIME_PRIORITY_CLASS
25432542
Windows.Win32.System.Threading.ReleaseSRWLockExclusive
25442543
Windows.Win32.System.Threading.ReleaseSRWLockShared
2545-
Windows.Win32.System.Threading.RTL_CONDITION_VARIABLE
2546-
Windows.Win32.System.Threading.RTL_RUN_ONCE
2547-
Windows.Win32.System.Threading.RTL_SRWLOCK
25482544
Windows.Win32.System.Threading.SetThreadStackGuarantee
25492545
Windows.Win32.System.Threading.Sleep
25502546
Windows.Win32.System.Threading.SleepConditionVariableSRW
@@ -2584,8 +2580,6 @@ Windows.Win32.System.Threading.WaitForMultipleObjects
25842580
Windows.Win32.System.Threading.WaitForSingleObject
25852581
Windows.Win32.System.Threading.WakeAllConditionVariable
25862582
Windows.Win32.System.Threading.WakeConditionVariable
2587-
Windows.Win32.System.WindowsProgramming.IO_STATUS_BLOCK
2588-
Windows.Win32.System.WindowsProgramming.OBJECT_ATTRIBUTES
25892583
Windows.Win32.System.WindowsProgramming.PROGRESS_CONTINUE
25902584
Windows.Win32.UI.Shell.GetUserProfileDirectoryW
25912585
// tidy-alphabetical-end

Diff for: library/std/src/sys/windows/c/windows_sys.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// regenerate the bindings.
55
//
66
// ignore-tidy-filelength
7-
// Bindings generated by `windows-bindgen` 0.49.0
7+
// Bindings generated by `windows-bindgen` 0.51.1
88

99
#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, dead_code, clippy::all)]
1010
#[link(name = "advapi32")]

0 commit comments

Comments
 (0)