|
4 | 4 | // regenerate the bindings.
|
5 | 5 | //
|
6 | 6 | // ignore-tidy-filelength
|
7 |
| -// Bindings generated by `windows-bindgen` 0.51.1 |
| 7 | +// Bindings generated by `windows-bindgen` 0.52.0 |
8 | 8 |
|
9 | 9 | #![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, dead_code, clippy::all)]
|
10 | 10 | #[link(name = "advapi32")]
|
@@ -63,7 +63,7 @@ extern "system" {
|
63 | 63 | lpnewfilename: PCWSTR,
|
64 | 64 | lpprogressroutine: LPPROGRESS_ROUTINE,
|
65 | 65 | lpdata: *const ::core::ffi::c_void,
|
66 |
| - pbcancel: *mut i32, |
| 66 | + pbcancel: *mut BOOL, |
67 | 67 | dwcopyflags: u32,
|
68 | 68 | ) -> BOOL;
|
69 | 69 | }
|
@@ -619,7 +619,7 @@ extern "system" {
|
619 | 619 | lpmultibytestr: PSTR,
|
620 | 620 | cbmultibyte: i32,
|
621 | 621 | lpdefaultchar: PCSTR,
|
622 |
| - lpuseddefaultchar: *mut i32, |
| 622 | + lpuseddefaultchar: *mut BOOL, |
623 | 623 | ) -> i32;
|
624 | 624 | }
|
625 | 625 | #[link(name = "kernel32")]
|
@@ -869,7 +869,7 @@ pub const AF_INET: ADDRESS_FAMILY = 2u16;
|
869 | 869 | pub const AF_INET6: ADDRESS_FAMILY = 23u16;
|
870 | 870 | pub const AF_UNIX: u16 = 1u16;
|
871 | 871 | pub const AF_UNSPEC: ADDRESS_FAMILY = 0u16;
|
872 |
| -pub const ALL_PROCESSOR_GROUPS: u32 = 65535u32; |
| 872 | +pub const ALL_PROCESSOR_GROUPS: u16 = 65535u16; |
873 | 873 | #[repr(C)]
|
874 | 874 | pub union ARM64_NT_NEON128 {
|
875 | 875 | pub Anonymous: ARM64_NT_NEON128_0,
|
@@ -3498,7 +3498,6 @@ impl ::core::clone::Clone for INIT_ONCE {
|
3498 | 3498 | }
|
3499 | 3499 | pub const INIT_ONCE_INIT_FAILED: u32 = 4u32;
|
3500 | 3500 | pub const INVALID_FILE_ATTRIBUTES: u32 = 4294967295u32;
|
3501 |
| -pub const INVALID_HANDLE_VALUE: HANDLE = ::core::ptr::invalid_mut(-1i32 as _); |
3502 | 3501 | pub const INVALID_SOCKET: SOCKET = -1i32 as _;
|
3503 | 3502 | #[repr(C)]
|
3504 | 3503 | pub struct IN_ADDR {
|
|
0 commit comments