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

Comparing ray/src/util/ranimove.c (file contents):
Revision 3.15 by greg, Wed Oct 5 17:20:55 2011 UTC vs.
Revision 3.16 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 12 | Line 12 | static const char RCSid[] = "$Id$";
12   #include "copyright.h"
13  
14   #include <time.h>
15 < #ifdef _WIN32
15 > #if defined(_WIN32) || defined(_WIN64)
16    #include <winsock.h> /* struct timeval. XXX find a replacement? */
17   #else
18    #include <sys/time.h>
# Line 20 | Line 20 | static const char RCSid[] = "$Id$";
20   #include <ctype.h>
21   #include <string.h>
22  
23 + #include "platform.h"
24   #include "paths.h"
25   #include "ranimove.h"
26  
# Line 852 | Line 853 | obj_prio(                      /* return priority for object */
853   }
854  
855  
856 < #ifdef _WIN32
856 > #if defined(_WIN32) || defined(_WIN64)
857                                  /* replacement function for Windoze */
858   static int
859   gettimeofday(struct timeval *tp, void *dummy)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines