summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-17 20:36:14 +0000
committerrubidium <rubidium@openttd.org>2007-06-17 20:36:14 +0000
commit28f97c790a07b37cc50b11004817c32316e2777d (patch)
treeb981e64ba56520d6b05c406287d1cfe3c0413994 /src
parent79cd3f5db0deeb4017c75198f3b530c3a2bf0ee3 (diff)
downloadopenttd-28f97c790a07b37cc50b11004817c32316e2777d.tar.xz
(svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).
Diffstat (limited to 'src')
-rw-r--r--src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index bcd2ddbe0..8dd3fcd85 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -216,6 +216,7 @@ char *getcwd(char *buf, size_t size);
/* Windows has always LITTLE_ENDIAN */
#if defined(WIN32) || defined(__OS2__) || defined(WIN64)
# define TTD_LITTLE_ENDIAN
+#elif defined(TESTING)
#else
/* Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile */
# if defined(STRGEN)