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