summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-01 15:15:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-01 15:15:07 +0000
commitb598021ed9d9f6f71a410af2babf2e88b7a32a2d (patch)
treee76538720d1f266b94ba4b6124838c54ec363d76 /TOOLS
parent820e400ba5bd31c97d7681a82e8389e7a4848f6d (diff)
downloadmpv-b598021ed9d9f6f71a410af2babf2e88b7a32a2d.tar.bz2
mpv-b598021ed9d9f6f71a410af2babf2e88b7a32a2d.tar.xz
HAVE_WINSOCK2_H is now a 0/1 definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28443 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/netstream.c b/TOOLS/netstream.c
index 8bc09b9a9d..300b1d3f80 100644
--- a/TOOLS/netstream.c
+++ b/TOOLS/netstream.c
@@ -28,7 +28,7 @@
#include "config.h"
-#ifndef HAVE_WINSOCK2_H
+#if !HAVE_WINSOCK2_H
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>