Commit 224be79
authored
Rollup merge of rust-lang#136978 - ChrisDenton:windows-bindgen, r=Amanieu
Windows: Update generated bindings
Update to windows-bindgen 0.59.
This update is aimed at reducing churn in the future, but means a bit more churn now:
- `bindings.txt` no longer needs us to write the namespace for each item. This is good because it means in the future we won't need to change them if the namespace changes. However, there are a few where we still need to disambiguate due to duplicate items (this is a bug in the upstream metadata).
- The output in `windows-sys.rs` is now sorted. It was mostly sorted before but not intentionally. This should mean future changes are less noisy.
The actual code changes are minimal here. A few types are now `bool` instead of `BOOLEAN`, which is more convenient.File tree
6 files changed
+2774
-2750
lines changed- library/std/src/sys/pal/windows
- c
- src/tools/generate-windows-sys
- src
6 files changed
+2774
-2750
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6195 | 6195 | | |
6196 | 6196 | | |
6197 | 6197 | | |
6198 | | - | |
| 6198 | + | |
6199 | 6199 | | |
6200 | | - | |
| 6200 | + | |
6201 | 6201 | | |
6202 | | - | |
6203 | 6202 | | |
6204 | | - | |
6205 | | - | |
6206 | | - | |
6207 | | - | |
6208 | 6203 | | |
6209 | 6204 | | |
6210 | 6205 | | |
| |||
6285 | 6280 | | |
6286 | 6281 | | |
6287 | 6282 | | |
6288 | | - | |
6289 | | - | |
6290 | | - | |
6291 | | - | |
6292 | | - | |
6293 | | - | |
6294 | 6283 | | |
6295 | 6284 | | |
6296 | 6285 | | |
| |||
0 commit comments