[MPlayer-cvslog] r26223 - trunk/stream/netstream.h

vayne subversion at mplayerhq.hu
Tue Mar 11 19:36:10 CET 2008


Author: vayne
Date: Tue Mar 11 19:36:10 2008
New Revision: 26223

Log:
mingw uses windows sockets.

Modified:
   trunk/stream/netstream.h

Modified: trunk/stream/netstream.h
==============================================================================
--- trunk/stream/netstream.h	(original)
+++ trunk/stream/netstream.h	Tue Mar 11 19:36:10 2008
@@ -14,7 +14,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#ifndef HAVE_WINSOCK2
 #include <sys/socket.h>
+#endif
 #include "mp_msg.h"
 #include "mpbswap.h"
 



More information about the MPlayer-cvslog mailing list