forked from mirror/OpenTTD
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user