equal
deleted
inserted
replaced
215 #endif /* STRGEN */ |
215 #endif /* STRGEN */ |
216 |
216 |
217 /* Windows has always LITTLE_ENDIAN */ |
217 /* Windows has always LITTLE_ENDIAN */ |
218 #if defined(WIN32) || defined(__OS2__) || defined(WIN64) |
218 #if defined(WIN32) || defined(__OS2__) || defined(WIN64) |
219 # define TTD_LITTLE_ENDIAN |
219 # define TTD_LITTLE_ENDIAN |
|
220 #elif defined(TESTING) |
220 #else |
221 #else |
221 /* Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile */ |
222 /* Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile */ |
222 # if defined(STRGEN) |
223 # if defined(STRGEN) |
223 # include "endian_host.h" |
224 # include "endian_host.h" |
224 # else |
225 # else |