Skip to content

Commit 8a4b1e4

Browse files
committed
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>
1 parent 9580f33 commit 8a4b1e4

File tree

1 file changed

+1846
-17
lines changed

1 file changed

+1846
-17
lines changed

0 commit comments

Comments
 (0)