Permalink
Browse files
BUILD: Fixed macro redefinition warning for 64 bits builds
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+3
−1
common/scummsys.h
|
|
@@ -321,7 +321,9 @@ |
|
|
defined(__powerpc64__) || \ |
|
|
defined(__LP64__) |
|
|
|
|
|
#define SCUMM_64BITS |
|
|
#if !defined(SCUMM_64BITS) |
|
|
#define SCUMM_64BITS |
|
|
#endif |
|
|
|
|
|
#endif |
|
|
|
|
|
|