forked from mirror/OpenTTD
(svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).
This commit is contained in:
@@ -216,6 +216,7 @@ char *getcwd(char *buf, size_t size);
|
||||
/* 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)
|
||||
|
Reference in New Issue
Block a user