(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 b3dae23976
commit c72b00b30d
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"