1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Correct Winsock error #define's

This commit is contained in:
Rémi Denis-Courmont 2013-07-30 17:59:50 +03:00
parent d40464cb3d
commit a4e524f1a4

View File

@ -48,10 +48,10 @@
# define EINPROGRESS WSAEWOULDBLOCK
# undef EWOULDBLOCK
# define EWOULDBLOCK WSAEWOULDBLOCK
# undef EAGAIN
# define EAGAIN WSAEWOULDBLOCK
# undef EINTR
# define EINTR WSAEINTR
# undef ETIMEDOUT
# define ETIMEDOUT WSAETIMEDOUT
#endif
#include "libvlc.h" /* vlc_object_waitpipe */