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

Comparing ray/src/common/platform.h (file contents):
Revision 3.2 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 3.3 by schorsch, Sun Jun 8 12:03:09 2003 UTC

# Line 12 | Line 12 | extern "C" {
12  
13   #ifdef _WIN32
14  
15 < #include <stdio.h>  /* fileno() */
15 > #include <stdio.h>
16 > #define popen _popen
17 > #define pclose _pclose
18   #include <fcntl.h>  /* _O_BINARY, _O_TEXT */
19   #include <io.h>     /* _setmode() */
20   #include <stdlib.h> /* _fmode */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines