summaryrefslogtreecommitdiff
path: root/src/stdafx.h
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
commit6680a6a0e617d631ff8c0d4d41bb9b93d9c2cf69 (patch)
treeb981e64ba56520d6b05c406287d1cfe3c0413994 /src/stdafx.h
parent003375d3755fe06227894e941b177491770c17fe (diff)
downloadopenttd-6680a6a0e617d631ff8c0d4d41bb9b93d9c2cf69.tar.xz
(svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).
Diffstat (limited to 'src/stdafx.h')
-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)