aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/scummsys.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 938770baa6..432dd74fa7 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -321,7 +321,9 @@
defined(__powerpc64__) || \
defined(__LP64__)
- #define SCUMM_64BITS
+ #if !defined(SCUMM_64BITS)
+ #define SCUMM_64BITS
+ #endif
#endif