summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-16 09:16:58 +0000
committerrubidium <rubidium@openttd.org>2007-07-16 09:16:58 +0000
commitdf009178d487767375b9482e86465d527f041439 (patch)
treee5f239c13d0bce3b501cd16094df719e1af4be61 /src/stdafx.h
parent1f447d10b46a9529c61eba25bd7c5ba243c6a0f4 (diff)
downloadopenttd-df009178d487767375b9482e86465d527f041439.tar.xz
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h4
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 */