[vlc-devel] Re: vlc: svn commit r19038 (hartman)
xxcv
xxcv07 at gmail.com
Tue Feb 27 05:07:15 CET 2007
Subversion daemon wrote:
> r19038 | hartman | 2007-02-27 02:30:26 +0100 (Tue, 27 Feb 2007) | 2 lines
> Changed paths:
> M /trunk/include/vlc_network.h
>
> * Fix implementation of net_Close. it returns void, not int (like close).
>
> > http://trac.videolan.org/vlc/changeset/19038
>
>
thedj: please also apply this to closesocket() for WIN32 two lines
above, thanks
-# define net_Close( fd ) closesocket ((SOCKET)fd)
+# define net_Close( fd ) (void)closesocket ((SOCKET)fd)
#else
# define net_Close( fd ) (void)close (fd)
#endif
--
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