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.9 by schorsch, Thu Jul 17 09:21:29 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines