Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a4e524f1
Commit
a4e524f1
authored
Jul 30, 2013
by
Rémi Denis-Courmont
Browse files
Correct Winsock error #define's
parent
d40464cb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/network/tcp.c
View file @
a4e524f1
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment