[vlc-devel] Re: vlc: svn commit r11778 (asmax)
Cyril Deguet
cyril.deguet at via.ecp.fr
Tue Jul 19 01:12:11 CEST 2005
On Mon, Jul 18, 2005, Rémi Denis-Courmont wrote:
> I'm very suspicious about the added inclusion of <io.h>. What was the
> missing symbol at first ? <io.h> functions cannot manipulate sockets
> properly on Windows, so I suspect some function is using a POSIX-like
> such as close() instead of closesocket()...
I had this warning:
c:\dev\vlc\src\misc\net.c(723) : warning C4013: 'read' undefined;
assuming extern returning int
If indeed "read" was not the right function to use, it is the right time
to fix that ;)
--
Cyril
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list