Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 9, 2010, 8:44:25 PM (14 years ago)
Author:
adrfried
Message:

use newest WinSock version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ipv6/src/external/enet/unix.c

    r7393 r7394  
    450450    struct timeval timeVal;
    451451    int selectCount;
     452    ENetSocket maxSocket;
    452453
    453454    timeVal.tv_sec = timeout / 1000;
     
    473474    }
    474475
    475     ENetSocket maxSocket = 0;
     476    maxSocket = 0;
    476477    if (socket4 != ENET_SOCKET_NULL)
    477478        maxSocket = socket4;
Note: See TracChangeset for help on using the changeset viewer.