diff options
Diffstat (limited to 'src/stdafx.h')
-rw-r--r-- | src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h index 57db80c57..7c34a7e4c 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -349,4 +349,8 @@ CDECL error(const char *str, ...); #define _stricmp stricmp #endif /* !defined(MORHPOS) */ +#if !defined(MAX_PATH) +# define MAX_PATH 260 +#endif + #endif /* STDAFX_H */ |