summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-08-19 13:13:32 +0000
committeryexo <yexo@openttd.org>2009-08-19 13:13:32 +0000
commit94198e09ce5c07fb2ac821326dddfb143928578b (patch)
tree1e6bdf80ac5ff4e0443f43c031fce63bd00ae078 /src/stdafx.h
parent0fa0286ebb312c0ebbf5e4e84765609b05485041 (diff)
downloadopenttd-94198e09ce5c07fb2ac821326dddfb143928578b.tar.xz
(svn r17219) -Cleanup: remove a lot of unused string code
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index bbb25639e..dfe185c7f 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -365,11 +365,6 @@ void NORETURN CDECL error(const char *str, ...) WARN_FORMAT(1, 2);
#define _stricmp strcasecmp
#endif
-#if !defined(MORPHOS) && !defined(OPENBSD) && !defined(__NDS__) && !defined(__DJGPP__)
- /* NDS, MorphOS & OpenBSD don't know wchars, the rest does :( */
- #define HAS_WCHAR
-#endif /* !defined(MORPHOS) && !defined(OPENBSD) && !defined(__NDS__) */
-
#if !defined(MAX_PATH)
#define MAX_PATH 260
#endif