Show More
@@ -20,6 +20,11 b'' | |||||
20 | #include <unistd.h> |
|
20 | #include <unistd.h> | |
21 | #endif |
|
21 | #endif | |
22 |
|
22 | |||
|
23 | // some platforms lack the PATH_MAX definition (eg. GNU/Hurd) | |||
|
24 | #ifndef PATH_MAX | |||
|
25 | #define PATH_MAX 4096 | |||
|
26 | #endif | |||
|
27 | ||||
23 | #ifdef _WIN32 |
|
28 | #ifdef _WIN32 | |
24 | /* |
|
29 | /* | |
25 | stat struct compatible with hg expectations |
|
30 | stat struct compatible with hg expectations |
General Comments 0
You need to be logged in to leave comments.
Login now