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.15 by greg, Thu Dec 22 17:07:46 2016 UTC vs.
Revision 3.16 by greg, Tue Mar 20 22:45:29 2018 UTC

# Line 109 | Line 109
109   extern "C" {
110   #endif
111  
112 < /* nothing to protect yet */
112 > #if defined(_WIN32) || defined(_WIN64)
113 >
114 > extern  int     usleep(__int64 usec);
115 >
116 > #endif /* _WIN32 || _WIN64 */
117  
118   #ifdef __cplusplus
119   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines