[MPlayer-cvslog] r28443 - trunk/TOOLS/netstream.c
diego
subversion at mplayerhq.hu
Sun Feb 1 16:15:07 CET 2009
Author: diego
Date: Sun Feb 1 16:15:07 2009
New Revision: 28443
Log:
HAVE_WINSOCK2_H is now a 0/1 definition.
Modified:
trunk/TOOLS/netstream.c
Modified: trunk/TOOLS/netstream.c
==============================================================================
--- trunk/TOOLS/netstream.c Sun Feb 1 15:57:01 2009 (r28442)
+++ trunk/TOOLS/netstream.c Sun Feb 1 16:15:07 2009 (r28443)
@@ -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>
More information about the MPlayer-cvslog
mailing list