summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/c/README.md
blob: d458e55efbcddd27c4afebbddfc101aa1ce32dcc (plain)
1
2
3
4
5
6
7
8
9
The `windows_sys.rs` file is autogenerated from `bindings.txt` and must not
be edited manually.

To add bindings, edit `bindings.txt` then regenerate using the following command:

    ./x run generate-windows-sys && ./x fmt library/std

If you need to override generated functions or types then add them to
`library/std/src/sys/pal/windows/c.rs`.