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.12 by schorsch, Sun Mar 6 01:13:17 2016 UTC vs.
Revision 3.13 by greg, Fri Aug 5 00:12:46 2016 UTC

# Line 45 | Line 45
45      #undef rad8
46      #undef rad9
47    #endif
48 <  #define sleep(s) Sleep(s*1000)
48 >  #define sleep(s) Sleep((DWORD)((s)*1000))
49  
50    #define NON_POSIX
51  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines