ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/selcall.h
(Generate patch)

Comparing ray/src/common/selcall.h (file contents):
Revision 3.6 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 3.7 by schorsch, Thu Jun 26 00:58:09 2003 UTC

# Line 11 | Line 11 | extern "C" {
11   #include "copyright.h"
12  
13   #include <sys/types.h>
14 < #include <sys/time.h>
14 > #ifdef _WIN32
15 >  /*#include <winsock2.h>*/
16 > #else
17 >  #include <sys/time.h>
18 > #endif
19   #ifdef INCL_SEL_H
20   #include <sys/select.h>
21   #endif
22  
23   #ifndef FD_SETSIZE
24 < #include <sys/param.h>
24 > #ifdef _WIN32
25 > #else
26 >  #include <sys/param.h>
27 > #endif
28   #define FD_SETSIZE      NOFILE          /* maximum # select file descriptors */
29   #endif
30   #ifndef FD_SET

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines