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

Comparing ray/src/rt/rpmain.c (file contents):
Revision 2.16 by greg, Tue Feb 24 19:39:27 2015 UTC vs.
Revision 2.17 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 286 | Line 286 | main(int  argc, char  *argv[])
286   #endif
287          if (outfile != NULL)
288                  openheader();
289 < #ifdef  _WIN32
289 > #if defined(_WIN32) || defined(_WIN64)
290          SET_FILE_BINARY(stdout);
291          if (octname == NULL)
292                  SET_FILE_BINARY(stdin);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines