summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2006-09-06 14:24:43 +0000
committerglx <glx@openttd.org>2006-09-06 14:24:43 +0000
commitf70064e7aa32e7b725a4038a575d839e1c279944 (patch)
tree1647d1786493bdb7a1cb6c2c650ddb8a08c926a5 /stdafx.h
parent39ba62d48fbcc549833175c4d421b66a27141b0e (diff)
downloadopenttd-f70064e7aa32e7b725a4038a575d839e1c279944.tar.xz
(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )
-Cleanup: Removed UNITTEST preprocessor checks
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index aebb3fe67..0dad62624 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -166,7 +166,7 @@
# define TTD_LITTLE_ENDIAN
#else
// Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile
-# if defined(STRGEN) || defined(UNITTEST)
+# if defined(STRGEN)
# include "endian_host.h"
# else
# include "endian_target.h"