Commit 80a9717
authored
Rollup merge of rust-lang#127320 - ChrisDenton:win-sys, r=Mark-Simulacrum
Update windows-bindgen to 0.58.0
This also switches from the bespoke `std` generated bindings to the normal `sys` ones everyone else uses.
This has almost no difference except that the `sys` bindings use the `windows_targets::links!` macro for FFI imports, which we implement manually. This does cause the diff to look much larger than it really is but the bulk of the changes are mostly contained to the generated code.File tree
8 files changed
+168
-856
lines changed- library/std/src/sys/pal/windows
- c
- src/tools/generate-windows-sys
- src
8 files changed
+168
-856
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6356 | 6356 | | |
6357 | 6357 | | |
6358 | 6358 | | |
6359 | | - | |
| 6359 | + | |
6360 | 6360 | | |
6361 | | - | |
| 6361 | + | |
6362 | 6362 | | |
6363 | 6363 | | |
6364 | 6364 | | |
| |||
6379 | 6379 | | |
6380 | 6380 | | |
6381 | 6381 | | |
6382 | | - | |
| 6382 | + | |
6383 | 6383 | | |
6384 | | - | |
| 6384 | + | |
6385 | 6385 | | |
6386 | 6386 | | |
6387 | 6387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
504 | 506 | | |
505 | 507 | | |
506 | 508 | | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
| 509 | + | |
| 510 | + | |
512 | 511 | | |
513 | 512 | | |
514 | 513 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments