The R Project SVN R

Rev

Rev 80131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80131 Rev 82931
Line 196... Line 196...
196
}
196
}
197
#endif
197
#endif
198
/* </FIXME> */
198
/* </FIXME> */
199
 
199
 
200
/* Initialize the socket services */
200
/* Initialize the socket services */
201
int Sock_init()
201
int Sock_init(void)
202
{
202
{
203
#if defined(Win32)
203
#if defined(Win32)
204
    WSADATA wsaData;
204
    WSADATA wsaData;
205
    WORD wVers = MAKEWORD(1, 1);
205
    WORD wVers = MAKEWORD(1, 1);
206
    if (WSAStartup(wVers, &wsaData) != 0)
206
    if (WSAStartup(wVers, &wsaData) != 0)