(trunk libT) bump MAX_PATH_LENGTH from 2048 to 4096 based on report from kklimonda that the latter number is correct on Ubuntu

This commit is contained in:
Charles Kerr 2010-04-29 13:57:58 +00:00
parent b51f6039d1
commit 0fc7e232a4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <windows.h>
#define MAX_PATH_LENGTH MAX_PATH
#else
#define MAX_PATH_LENGTH 2048
#define MAX_PATH_LENGTH 4096
#endif
/**