File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ #[ allow( deprecated) ]
1
2
pub type XMM_SAVE_AREA32 = XSAVE_FORMAT ;
2
3
3
4
s_no_extra_traits ! {
@@ -40,12 +41,18 @@ cfg_if! {
40
41
}
41
42
42
43
s ! {
44
+ #[ doc( hidden) ]
45
+ #[ deprecated( since = "0.2.104" , note = "use the `winapi` crate instead; we're going to
46
+ remove it in a future release" ) ]
43
47
#[ repr( align( 16 ) ) ]
44
48
pub struct M128A {
45
49
pub Low : :: c_ulonglong,
46
50
pub High : :: c_longlong,
47
51
}
48
52
53
+ #[ doc( hidden) ]
54
+ #[ deprecated( since = "0.2.104" , note = "use the `winapi` crate instead; we're going to
55
+ remove it in a future release" ) ]
49
56
#[ repr( align( 16 ) ) ]
50
57
pub struct XSAVE_FORMAT {
51
58
pub ControlWord : :: c_ushort,
88
95
pub Xmm15 : M128A ,
89
96
}
90
97
98
+ #[ doc( hidden) ]
99
+ #[ deprecated( since = "0.2.104" , note = "use the `winapi` crate instead; we're going to
100
+ remove it in a future release" ) ]
91
101
#[ repr( align( 16 ) ) ]
92
102
pub struct CONTEXT {
93
103
pub P1Home : u64 ,
You can’t perform that action at this time.
0 commit comments