Changeset 28a1f4c6267a8d4d8f130f367712710a694e6db1

Show
Ignore:
Timestamp:
11/14/06 16:52:27 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1163519547 +0000
git-parent:

[970cd4e80a0aa1b9ebafea65e4d915ddbcda5f71]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1163519547 +0000
Message:

Windows multicast bind kludge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/io.c

    r43e8fc6 r28a1f4c  
    151151 
    152152        /* Bind the socket */ 
    153 #if 0//defined (WIN32) || defined (UNDER_CE) 
     153#if defined (WIN32) || defined (UNDER_CE) 
    154154        /* 
    155155         * Under Win32 and for multicasting, we bind to INADDR_ANY.