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

Comparing ray/src/rt/rcontrib.h (file contents):
Revision 2.12 by greg, Wed May 20 12:58:31 2015 UTC vs.
Revision 2.13 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 79 | Line 79 | typedef struct {
79   extern LUTAB            ofiletab;       /* output stream table */
80  
81   #ifndef MAXPROCESS
82 < #ifdef _WIN32
82 > #if defined(_WIN32) || defined(_WIN64)
83   #define MAXPROCESS      1
84   #else
85   #define MAXPROCESS      128

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines