Add windows_sys readme
This commit is contained in:
parent
a261f8edd8
commit
adcbeb7fdb
1 changed files with 9 additions and 0 deletions
9
library/std/src/sys/pal/windows/c/README.md
Normal file
9
library/std/src/sys/pal/windows/c/README.md
Normal file
|
@ -0,0 +1,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`.
|
Loading…
Add table
Reference in a new issue