Commit a4e524f1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Correct Winsock error #define's

parent d40464cb
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
# define EINPROGRESS WSAEWOULDBLOCK # define EINPROGRESS WSAEWOULDBLOCK
# undef EWOULDBLOCK # undef EWOULDBLOCK
# define EWOULDBLOCK WSAEWOULDBLOCK # define EWOULDBLOCK WSAEWOULDBLOCK
# undef EAGAIN
# define EAGAIN WSAEWOULDBLOCK
# undef EINTR # undef EINTR
# define EINTR WSAEINTR # define EINTR WSAEINTR
# undef ETIMEDOUT
# define ETIMEDOUT WSAETIMEDOUT
#endif #endif
#include "libvlc.h" /* vlc_object_waitpipe */ #include "libvlc.h" /* vlc_object_waitpipe */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment