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

Comparing ray/src/common/getpath.c (file contents):
Revision 2.18 by greg, Thu Dec 19 16:38:12 2013 UTC vs.
Revision 2.19 by schorsch, Sun Mar 6 01:13:17 2016 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   #include  "paths.h"
17  
18  
19 < #ifdef _WIN32
19 > #if defined(_WIN32) || defined(_WIN64)
20   static char *
21   core_getpath    /* wrapped below: expand fname, return full path */
22   #else
# Line 82 | Line 82 | getpath        /* expand fname, return full path */
82   }
83  
84  
85 < #ifdef _WIN32
85 > #if defined(_WIN32) || defined(_WIN64)
86   /* This is a wrapper around the above, "emulating" access mode X_OK,
87     which is not supported on Windows.
88     If we see X_OK and the filename has no extension, then we'll remove

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines