From 6680a6a0e617d631ff8c0d4d41bb9b93d9c2cf69 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 17 Jun 2007 20:36:14 +0000 Subject: (svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits). --- src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index bcd2ddbe0..8dd3fcd85 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -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) -- cgit v1.2.3-54-g00ecf