diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-01 15:15:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-01 15:15:07 +0000 |
commit | b598021ed9d9f6f71a410af2babf2e88b7a32a2d (patch) | |
tree | e76538720d1f266b94ba4b6124838c54ec363d76 /TOOLS | |
parent | 820e400ba5bd31c97d7681a82e8389e7a4848f6d (diff) |
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.c | 2 |
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> |