Skip to content

Commit

Permalink
BUILD: Fixed macro redefinition warning for 64 bits builds
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkohaut committed Mar 9, 2017
1 parent 659ec5b commit d34314c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/scummsys.h
Expand Up @@ -321,7 +321,9 @@
defined(__powerpc64__) || \
defined(__LP64__)

#define SCUMM_64BITS
#if !defined(SCUMM_64BITS)
#define SCUMM_64BITS
#endif

#endif

Expand Down

0 comments on commit d34314c

Please sign in to comment.