mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
Added EDEADLOCK.
This commit is contained in:
parent
ed2f8fc801
commit
6ae2a1f16f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user