rust/library
Ian Jackson 8a4b1e4c0b Windows error codes: Add very very many from mingw
Dump mingw-64's error codes into our source tree.

I have verified with these runes:

  $ f=library/std/src/sys/windows/c/errors.rs
  $ diff -ub <(git-cat-file blob HEAD~:$f | sort) <(cat $f | perl -pe 's/WSABASEERR \+ (\d+)/10000 + $1/e' |sort) |grep ^- |less

that this does not change any existing values.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2021-06-18 18:51:53 +01:00
..
2021-05-24 11:07:48 -04:00
2021-04-25 13:48:03 -07:00
2021-05-02 17:46:00 -06:00
2021-05-24 11:07:48 -04:00
2021-05-12 00:55:03 +02:00
2021-05-12 00:55:03 +02:00