We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a261f8e commit adcbeb7Copy full SHA for adcbeb7
library/std/src/sys/pal/windows/c/README.md
@@ -0,0 +1,9 @@
1
+The `windows_sys.rs` file is autogenerated from `bindings.txt` and must not
2
+be edited manually.
3
+
4
+To add bindings, edit `bindings.txt` then regenerate using the following command:
5
6
+ ./x run generate-windows-sys && ./x fmt library/std
7
8
+If you need to override generated functions or types then add them to
9
+`library/std/src/sys/pal/windows/c.rs`.
0 commit comments