summaryrefslogtreecommitdiff
path: root/src/3rdparty
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-08-18 23:08:16 +0000
committerglx <glx@openttd.org>2009-08-18 23:08:16 +0000
commit0fa0286ebb312c0ebbf5e4e84765609b05485041 (patch)
tree8393e48d2959149d00234bd2765df9c1c884928d /src/3rdparty
parent40d1f1fedf4360a59ef21f9fca98e6272b5c6e2d (diff)
downloadopenttd-0fa0286ebb312c0ebbf5e4e84765609b05485041.tar.xz
(svn r17218) -Fix (r17216): missing '(' causing compile error
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/minilzo/lzodefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/minilzo/lzodefs.h b/src/3rdparty/minilzo/lzodefs.h
index 6f4b90f5c..c3bddc19c 100644
--- a/src/3rdparty/minilzo/lzodefs.h
+++ b/src/3rdparty/minilzo/lzodefs.h
@@ -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