]> git.sesse.net Git - vlc/commitdiff
Harmless typo
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 26 Feb 2007 16:54:38 +0000 (16:54 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 26 Feb 2007 16:54:38 +0000 (16:54 +0000)
include/vlc_network.h

index 67617018dcf21a94a853e0a22dcb4e1b0010d0a9..6821a8a79aeec0ef7c4b88640efa1865d9b44401 100644 (file)
@@ -180,7 +180,7 @@ int poll (struct pollfd *fds, unsigned nfds, int timeout);
 /* Microsoft: same semantic, same value, different name... go figure */
 # define SHUT_RD SD_RECEIVE
 # define SHUT_WR SD_SEND
-# define SHUT_BOTH
+# define SHUT_RDWR SD_BOTH
 # define net_Close( fd ) closesocket ((SOCKET)fd)
 #else
 # define net_Close( fd ) close (fd)