src/stdafx.h
changeset 6938 ee22ce416ed1
parent 6929 56470c1b8a66
child 6957 a9af2426bf77
equal deleted inserted replaced
6937:40c760fcf1f6 6938:ee22ce416ed1
   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