diff -r 40c760fcf1f6 -r ee22ce416ed1 src/stdafx.h --- a/src/stdafx.h Sun Jun 17 20:30:28 2007 +0000 +++ b/src/stdafx.h Sun Jun 17 20:36:14 2007 +0000 @@ -216,6 +216,7 @@ /* 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)