[vlc-devel] commit: More fixes for live under Win64 (Jean-Baptiste Kempf )
Rémi Denis-Courmont
remi at remlab.net
Wed Aug 19 20:14:32 CEST 2009
Le mercredi 19 août 2009 20:05:34 git version control, vous avez écrit :
> +-#define EAGAIN WSAEWOULDBLOCK
> +-#define EINTR WSAEINTR
> ++#ifndef EAGAIN
> ++ #define EAGAIN WSAEWOULDBLOCK
> ++#endif
> ++#ifndef EINTR
> ++ #define EINTR WSAEINTR
> ++#endif
This reads a lot like this breaks error handling (in live555).
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list