src/stdafx.h
branchnoai
changeset 9363 56b5886b5cfc
parent 6611 b7c7829c8fc7
child 9507 8aabf8569800
equal deleted inserted replaced
9362:3aebc515446a 9363:56b5886b5cfc
   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