1
- // Bindings generated by `windows-bindgen` 0.55 .0
1
+ // Bindings generated by `windows-bindgen` 0.56 .0
2
2
3
3
#![ allow( non_snake_case, non_upper_case_globals, non_camel_case_types, dead_code, clippy:: all) ]
4
4
#[ link( name = "advapi32" ) ]
@@ -345,7 +345,7 @@ extern "system" {
345
345
}
346
346
#[ link( name = "kernel32" ) ]
347
347
extern "system" {
348
- pub fn GetSystemTimePreciseAsFileTime ( lpsystemtimeasfiletime : * mut FILETIME ) -> ( ) ;
348
+ pub fn GetSystemTimePreciseAsFileTime ( lpsystemtimeasfiletime : * mut FILETIME ) ;
349
349
}
350
350
#[ link( name = "kernel32" ) ]
351
351
extern "system" {
@@ -1018,7 +1018,7 @@ impl Clone for CONTEXT_0_0 {
1018
1018
}
1019
1019
}
1020
1020
#[ repr( C ) ]
1021
- #[ cfg( target_arch = "x86_64" ) ]
1021
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1022
1022
pub struct CONTEXT {
1023
1023
pub P1Home : u64 ,
1024
1024
pub P2Home : u64 ,
@@ -1067,30 +1067,30 @@ pub struct CONTEXT {
1067
1067
pub LastExceptionToRip : u64 ,
1068
1068
pub LastExceptionFromRip : u64 ,
1069
1069
}
1070
- #[ cfg( target_arch = "x86_64" ) ]
1070
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1071
1071
impl Copy for CONTEXT { }
1072
- #[ cfg( target_arch = "x86_64" ) ]
1072
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1073
1073
impl Clone for CONTEXT {
1074
1074
fn clone ( & self ) -> Self {
1075
1075
* self
1076
1076
}
1077
1077
}
1078
1078
#[ repr( C ) ]
1079
- #[ cfg( target_arch = "x86_64" ) ]
1079
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1080
1080
pub union CONTEXT_0 {
1081
1081
pub FltSave : XSAVE_FORMAT ,
1082
1082
pub Anonymous : CONTEXT_0_0 ,
1083
1083
}
1084
- #[ cfg( target_arch = "x86_64" ) ]
1084
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1085
1085
impl Copy for CONTEXT_0 { }
1086
- #[ cfg( target_arch = "x86_64" ) ]
1086
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1087
1087
impl Clone for CONTEXT_0 {
1088
1088
fn clone ( & self ) -> Self {
1089
1089
* self
1090
1090
}
1091
1091
}
1092
1092
#[ repr( C ) ]
1093
- #[ cfg( target_arch = "x86_64" ) ]
1093
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1094
1094
pub struct CONTEXT_0_0 {
1095
1095
pub Header : [ M128A ; 2 ] ,
1096
1096
pub Legacy : [ M128A ; 8 ] ,
@@ -1111,9 +1111,9 @@ pub struct CONTEXT_0_0 {
1111
1111
pub Xmm14 : M128A ,
1112
1112
pub Xmm15 : M128A ,
1113
1113
}
1114
- #[ cfg( target_arch = "x86_64" ) ]
1114
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1115
1115
impl Copy for CONTEXT_0_0 { }
1116
- #[ cfg( target_arch = "x86_64" ) ]
1116
+ #[ cfg( any ( target_arch = "arm64ec" , target_arch = " x86_64") ) ]
1117
1117
impl Clone for CONTEXT_0_0 {
1118
1118
fn clone ( & self ) -> Self {
1119
1119
* self
@@ -3339,7 +3339,7 @@ pub const FILE_WRITE_EA: FILE_ACCESS_RIGHTS = 16u32;
3339
3339
pub const FILE_WRITE_THROUGH : NTCREATEFILE_CREATE_OPTIONS = 2u32 ;
3340
3340
pub const FIONBIO : i32 = -2147195266i32 ;
3341
3341
#[ repr( C ) ]
3342
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
3342
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
3343
3343
pub struct FLOATING_SAVE_AREA {
3344
3344
pub ControlWord : u32 ,
3345
3345
pub StatusWord : u32 ,
@@ -3351,9 +3351,9 @@ pub struct FLOATING_SAVE_AREA {
3351
3351
pub RegisterArea : [ u8 ; 80 ] ,
3352
3352
pub Cr0NpxState : u32 ,
3353
3353
}
3354
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
3354
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
3355
3355
impl Copy for FLOATING_SAVE_AREA { }
3356
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
3356
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
3357
3357
impl Clone for FLOATING_SAVE_AREA {
3358
3358
fn clone ( & self ) -> Self {
3359
3359
* self
@@ -4106,7 +4106,7 @@ impl Clone for WSABUF {
4106
4106
}
4107
4107
}
4108
4108
#[ repr( C ) ]
4109
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
4109
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
4110
4110
pub struct WSADATA {
4111
4111
pub wVersion : u16 ,
4112
4112
pub wHighVersion : u16 ,
@@ -4116,9 +4116,9 @@ pub struct WSADATA {
4116
4116
pub szDescription : [ i8 ; 257 ] ,
4117
4117
pub szSystemStatus : [ i8 ; 129 ] ,
4118
4118
}
4119
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
4119
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
4120
4120
impl Copy for WSADATA { }
4121
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
4121
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
4122
4122
impl Clone for WSADATA {
4123
4123
fn clone ( & self ) -> Self {
4124
4124
* self
@@ -4286,7 +4286,7 @@ pub const WSA_SECURE_HOST_NOT_FOUND: WSA_ERROR = 11032i32;
4286
4286
pub const WSA_WAIT_EVENT_0 : WSA_ERROR = 0i32 ;
4287
4287
pub const WSA_WAIT_IO_COMPLETION : WSA_ERROR = 192i32 ;
4288
4288
#[ repr( C ) ]
4289
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
4289
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
4290
4290
pub struct XSAVE_FORMAT {
4291
4291
pub ControlWord : u16 ,
4292
4292
pub StatusWord : u16 ,
@@ -4305,9 +4305,9 @@ pub struct XSAVE_FORMAT {
4305
4305
pub XmmRegisters : [ M128A ; 16 ] ,
4306
4306
pub Reserved4 : [ u8 ; 96 ] ,
4307
4307
}
4308
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
4308
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
4309
4309
impl Copy for XSAVE_FORMAT { }
4310
- #[ cfg( any( target_arch = "aarch64" , target_arch = "x86_64" ) ) ]
4310
+ #[ cfg( any( target_arch = "aarch64" , target_arch = "arm64ec" , target_arch = " x86_64") ) ]
4311
4311
impl Clone for XSAVE_FORMAT {
4312
4312
fn clone ( & self ) -> Self {
4313
4313
* self
0 commit comments