Changelog: * include/msvcrt/errno.h Adding EDEADLOCK based on an email by jaymz@free.fr Index: include/msvcrt/errno.h =================================================================== RCS file: /home/wine/wine/include/msvcrt/errno.h,v retrieving revision 1.1 diff -u -r1.1 errno.h --- include/msvcrt/errno.h 17 Sep 2002 18:32:54 -0000 1.1 +++ include/msvcrt/errno.h 3 Dec 2002 23:44:39 -0000 @@ -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 -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ A particle is an irreducible representation of the Poincaré Group - Eugene Wigner