mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-22 05:59:10 +00:00
(svn r17218) -Fix (r17216): missing '(' causing compile error
This commit is contained in:
2
src/3rdparty/minilzo/lzodefs.h
vendored
2
src/3rdparty/minilzo/lzodefs.h
vendored
@@ -1113,7 +1113,7 @@ extern "C" {
|
||||
# define LZO_SIZEOF___INT64 8
|
||||
#elif defined(LZO_ARCH_I386) && defined(LZO_CC_WATCOMC) && (__WATCOMC__ >= 1100)
|
||||
# define LZO_SIZEOF___INT64 8
|
||||
#elif definedLZO_CC_WATCOMC) && defined(_INTEGRAL_MAX_BITS) && (_INTEGRAL_MAX_BITS == 64)
|
||||
#elif defined(LZO_CC_WATCOMC) && defined(_INTEGRAL_MAX_BITS) && (_INTEGRAL_MAX_BITS == 64)
|
||||
# define LZO_SIZEOF___INT64 8
|
||||
#elif (defined(LZO_OS_OS400) || defined(__OS400__)) && defined(__LLP64_IFC__)
|
||||
# define LZO_SIZEOF_LONG_LONG 8
|
||||
|
Reference in New Issue
Block a user