Skip to content
Permalink
Browse files

BUILD: Fixed macro redefinition warning for 64 bits builds

  • Loading branch information
peterkohaut committed Mar 9, 2017
1 parent 659ec5b commit d34314ccc9d767907589babc561c60abbb078e29
Showing with 3 additions and 1 deletion.
  1. +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

0 comments on commit d34314c

Please sign in to comment.
You can’t perform that action at this time.