| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |