From 513b66997b1a0c4e804c13b6840ccd7a7de41ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 14 Mar 2004 09:38:03 +0000 Subject: Update WIN32 port: - add stdint.h with INT16_MIN/MAX - apply forgotten change _MSC_VER -> HAVE_ICONV - get rid of some _MSC_VER - changed to WIN32 since it'll be used by MINGW too CVS patchset: 6249 CVS date: 2004/03/14 09:38:03 --- src/xine-engine/broadcaster.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/broadcaster.c') diff --git a/src/xine-engine/broadcaster.c b/src/xine-engine/broadcaster.c index 95fa1cb9e..4b203ffb3 100644 --- a/src/xine-engine/broadcaster.c +++ b/src/xine-engine/broadcaster.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: broadcaster.c,v 1.6 2004/03/03 20:09:16 mroi Exp $ + * $Id: broadcaster.c,v 1.7 2004/03/14 09:38:03 valtri Exp $ * * broadcaster.c - xine network broadcaster * @@ -51,11 +51,11 @@ #include #include -#ifndef _MSC_VER +#ifndef WIN32 #include #include #include -#endif /* _MSC_VER */ +#endif #include #include -- cgit v1.2.3