summaryrefslogtreecommitdiff
path: root/src/minilzo.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-08-03 23:26:12 +0000
committertruelight <truelight@openttd.org>2007-08-03 23:26:12 +0000
commitb3bed1eda1001aa5cabe3df4f8686cc1f42bb2b8 (patch)
tree47bcbff81f8436d0eb4b71288672b2917abb4e8d /src/minilzo.cpp
parentc76c4bf6e9f7fe8e0537ec96a7cc00d5e7273502 (diff)
downloadopenttd-b3bed1eda1001aa5cabe3df4f8686cc1f42bb2b8.tar.xz
(svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal)
-Fix: put DEBUG lines under WINCE via a function designed for just that under WINCE
Diffstat (limited to 'src/minilzo.cpp')
-rw-r--r--src/minilzo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minilzo.cpp b/src/minilzo.cpp
index 568c78f2f..68e0bb0f8 100644
--- a/src/minilzo.cpp
+++ b/src/minilzo.cpp
@@ -60,7 +60,7 @@
# define LZO_HAVE_CONFIG_H
#endif
-#if !defined(LZO_NO_SYS_TYPES_H)
+#if !defined(LZO_NO_SYS_TYPES_H) && !defined(WINCE)
# include <sys/types.h>
#endif
#include <stdio.h>