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

Comparing ray/src/util/getinfo.c (file contents):
Revision 2.12 by greg, Mon Sep 8 18:21:39 2014 UTC vs.
Revision 2.13 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 20 | Line 20 | static const char      RCSid[] = "$Id$";
20   #define putchar         putchar_unlocked
21   #endif
22  
23 < #ifdef _WIN32
23 > #if defined(_WIN32) || defined(_WIN64)
24   #include <process.h>
25   #define execvp  _execvp
26   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines