diff options
Diffstat (limited to 'src/common/Define.h')
-rw-r--r-- | src/common/Define.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Define.h b/src/common/Define.h index e34ee8bfa18..2e991610d45 100644 --- a/src/common/Define.h +++ b/src/common/Define.h @@ -56,7 +56,7 @@ #endif #if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS -# define TRINITY_PATH_MAX MAX_PATH +# define TRINITY_PATH_MAX 260 # define _USE_MATH_DEFINES # ifndef DECLSPEC_NORETURN # define DECLSPEC_NORETURN __declspec(noreturn) |