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.10 by schorsch, Tue Oct 21 19:19:28 2003 UTC

# Line 13 | Line 13
13    #include <stdio.h>
14    #define popen _popen
15    #define pclose _pclose
16 +  #define snprintf _snprintf
17  
18    #include <windows.h>
19    #define sleep(s) Sleep(s*1000)
# Line 37 | Line 38
38      #define NON_POSIX
39    #else
40      /* assumedly posix systems */
41 +        #include <unistd.h>
42      #define RHAS_GETPWNAM
43      #define RHAS_STAT
44      #define RHAS_FORK_EXEC

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines