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.10 by schorsch, Tue Oct 21 19:19:28 2003 UTC vs.
Revision 3.11 by schorsch, Mon Oct 27 10:19:31 2003 UTC

# Line 11 | Line 11
11    typedef long off_t;
12  
13    #include <stdio.h>
14  #define popen _popen
15  #define pclose _pclose
14    #define snprintf _snprintf
15  
16    #include <windows.h>
# Line 39 | Line 37
37    #else
38      /* assumedly posix systems */
39          #include <unistd.h>
42    #define RHAS_GETPWNAM
40      #define RHAS_STAT
41      #define RHAS_FORK_EXEC
42    #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines