1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 23:49:09 +00:00

(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )

-Cleanup: Removed UNITTEST preprocessor checks
This commit is contained in:
glx
2006-09-06 14:24:43 +00:00
parent 39ba62d48f
commit f70064e7aa
5 changed files with 1 additions and 36 deletions

View File

@@ -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"