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

Comparing ray/src/util/rmtxop.c (file contents):
Revision 2.8 by greg, Wed Jul 22 04:47:51 2015 UTC vs.
Revision 2.9 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 233 | Line 233 | main(int argc, char *argv[])
233                                          /* write result to stdout */
234          if (outfmt == DTfromHeader)
235                  outfmt = mres->dtype;
236 < #ifdef _WIN32
236 > #if defined(_WIN32) || defined(_WIN64)
237          if (outfmt != DTascii)
238                  _setmode(fileno(stdout), _O_BINARY);
239   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines