Added EDEADLOCK.

This commit is contained in:
Francois Gouget 2002-12-05 18:59:53 +00:00 committed by Alexandre Julliard
parent ed2f8fc801
commit 6ae2a1f16f

View file

@ -55,6 +55,7 @@
# define MSVCRT_EDOM 33
# define MSVCRT_ERANGE 34
# define MSVCRT_EDEADLK 36
# define MSVCRT_EDEADLOCK MSVCRT_EDEADLK
# define MSVCRT_ENAMETOOLONG 38
# define MSVCRT_ENOLCK 39
# define MSVCRT_ENOSYS 40
@ -95,6 +96,7 @@
# define EDOM 33
# define ERANGE 34
# define EDEADLK 36
# define EDEADLOCK EDEADLK
# define ENAMETOOLONG 38
# define ENOLCK 39
# define ENOSYS 40