File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
library/std/src/sys/windows/c
src/tools/generate-windows-sys/src Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4276,6 +4276,9 @@ impl ::core::clone::Clone for XSAVE_FORMAT {
42764276 }
42774277}
42784278// Begin of ARM32 shim
4279+ // The raw content of this file should be processed by `generate-windows-sys`
4280+ // to be merged with the generated binding. It is not supposed to be used as
4281+ // a normal Rust module.
42794282cfg_if:: cfg_if! {
42804283if #[ cfg( target_arch = "arm" ) ] {
42814284#[ repr( C ) ]
Original file line number Diff line number Diff line change 11// Begin of ARM32 shim
2+ // The raw content of this file should be processed by `generate-windows-sys`
3+ // to be merged with the generated binding. It is not supposed to be used as
4+ // a normal Rust module.
25cfg_if:: cfg_if! {
36if #[ cfg( target_arch = "arm" ) ] {
47#[ repr( C ) ]
You can’t perform that action at this time.
0 commit comments