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.10 by schorsch, Mon Jul 14 22:23:59 2003 UTC vs.
Revision 3.11 by schorsch, Sun Mar 6 01:13:17 2016 UTC

# Line 7 | Line 7
7  
8   #include <string.h>
9   #include <sys/types.h>
10 < #ifdef _WIN32
10 > #if defined(_WIN32) || defined(_WIN64)
11    /*#include <winsock2.h>*/
12   #else
13    #include <sys/time.h>
# Line 17 | Line 17
17   #endif
18  
19   #ifndef FD_SETSIZE
20 < #ifdef _WIN32
20 > #if defined(_WIN32) || defined(_WIN64)
21   #else
22    #include <sys/param.h>
23   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines