Commit 738feca0 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1531 Bugfix: PATH_MAX now set correctly in windows

git-svn-id: file:///svn/toku/tokudb@9975 c7de825b-a66e-492c-adef-691d508d4ae1
parent 08ca3223
......@@ -59,7 +59,7 @@ void srandom(unsigned int seed);
#define rmdir _rmdir
#ifndef PATH_MAX
#define PATH_MAX 1
#define PATH_MAX _MAX_PATH
#endif
char *realpath(const char *path, char *resolved_path);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment