summaryrefslogtreecommitdiff
path: root/src/xine-engine/broadcaster.c
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-03-14 09:38:03 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-03-14 09:38:03 +0000
commit513b66997b1a0c4e804c13b6840ccd7a7de41ad9 (patch)
tree6e17ae5e4d93c4e229885cfd0173d99ff96956c6 /src/xine-engine/broadcaster.c
parent3153a3a8519aacb14bc8af15c63176f10b54a4ec (diff)
downloadxine-lib-513b66997b1a0c4e804c13b6840ccd7a7de41ad9.tar.gz
xine-lib-513b66997b1a0c4e804c13b6840ccd7a7de41ad9.tar.bz2
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
Diffstat (limited to 'src/xine-engine/broadcaster.c')
-rw-r--r--src/xine-engine/broadcaster.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/socket.h>
#include <netinet/in.h>
-#ifndef _MSC_VER
+#ifndef WIN32
#include <sys/ioctl.h>
#include <arpa/inet.h>
#include <netdb.h>
-#endif /* _MSC_VER */
+#endif
#include <dlfcn.h>
#include <pthread.h>