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.8 by schorsch, Mon Jul 14 22:23:59 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>
17    #define sleep(s) Sleep(s*1000)
# Line 37 | Line 36
36      #define NON_POSIX
37    #else
38      /* assumedly posix systems */
39 <    #define RHAS_GETPWNAM
39 >        #include <unistd.h>
40      #define RHAS_STAT
41      #define RHAS_FORK_EXEC
42    #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines