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

Comparing ray/src/px/oki20.c (file contents):
Revision 2.9 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.11 by schorsch, Mon Oct 27 10:24:51 2003 UTC

# Line 6 | Line 6 | static const char      RCSid[] = "$Id$";
6   */
7  
8   #include  <stdio.h>
9 #ifdef MSDOS
10 #include  <fcntl.h>
11 #endif
9   #include  <time.h>
10  
11 + #include  "platform.h"
12 + #include  "rtprocess.h"
13   #include  "color.h"
14   #include  "resolu.h"
15  
# Line 25 | Line 24 | long  lpat[NCOLS];
24  
25   int  dofilter = 0;              /* filter through pfilt first? */
26  
28 extern FILE  *popen();
27  
30
28   main(argc, argv)
29   int  argc;
30   char  *argv[];
31   {
32          int  i, status = 0;
33 < #ifdef MSDOS
34 <        extern int  _fmode;
35 <        _fmode = O_BINARY;
39 <        setmode(fileno(stdin), O_BINARY);
40 <        setmode(fileno(stdout), O_BINARY);
41 < #endif
33 >        SET_DEFAULT_BINARY();
34 >        SET_FILE_BINARY(stdin);
35 >        SET_FILE_BINARY(stdout);
36          if (argc > 1 && !strcmp(argv[1], "-p")) {
37                  dofilter++;
38                  argv++; argc--;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines