ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rfluxmtx.c
(Generate patch)

Comparing ray/src/util/rfluxmtx.c (file contents):
Revision 2.35 by greg, Fri Mar 4 00:21:21 2016 UTC vs.
Revision 2.36 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 181 | Line 181 | popen_arglist(char *av[], char *mode)
181          return(popen(cmd, mode));
182   }
183  
184 < #ifdef _WIN32
184 > #if defined(_WIN32) || defined(_WIN64)
185   /* Execute system command (Windows version) */
186   static int
187   my_exec(char *av[])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines