ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/fdate.c
(Generate patch)

Comparing ray/src/common/fdate.c (file contents):
Revision 2.8 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 2.9 by schorsch, Sun Mar 6 01:13:17 2016 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11  
12   #include  "rtio.h"
13   #include  <sys/stat.h>
14 < #ifdef _WIN32
14 > #if defined(_WIN32) || defined(_WIN64)
15    #include  <sys/utime.h>
16   #else
17    #include  <utime.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines