From 3af860b877587ab276388956e797a7ad04cd41e3 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 29 Aug 2008 20:05:08 +0000 Subject: Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. This is what it is called in FFmpeg and more consistent with other names for similar conditionals. This fixes a potential compilation failure on MinGW, as described in Bugzilla #1262. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27493 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/network.h') diff --git a/stream/network.h b/stream/network.h index 6aa0457fb2..b3d6abc8c4 100644 --- a/stream/network.h +++ b/stream/network.h @@ -12,7 +12,7 @@ #include #include "config.h" -#ifndef HAVE_WINSOCK2 +#ifndef HAVE_WINSOCK2_H #include #include #include -- cgit v1.2.3