summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-23 14:46:16 +0000
committertruelight <truelight@openttd.org>2004-12-23 14:46:16 +0000
commita9bb5be49d8b6b26a78b315aceeed972554b46dc (patch)
tree70df1e5fa1346ddc8214906f90ce7ff391e41e98 /saveload.c
parentd91326fb4ae64a06dc08458c157b83f3197b5d9c (diff)
downloadopenttd-a9bb5be49d8b6b26a78b315aceeed972554b46dc.tar.xz
(svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)
Works fine, beside some minor stuff: - Network is not working yet - Keyboard is not working - No MIDI support - 'A few file selector bugs involving drives'
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/saveload.c b/saveload.c
index fc20194a0..736e98dc9 100644
--- a/saveload.c
+++ b/saveload.c
@@ -726,9 +726,7 @@ static void SlLoadChunks()
//*******************************************
#define LZO_SIZE 8192
-int CDECL lzo1x_1_compress( const byte *src, uint src_len,byte *dst, uint *dst_len,void *wrkmem );
-uint32 CDECL lzo_adler32(uint32 adler, const byte *buf, uint len);
-int CDECL lzo1x_decompress( const byte *src, uint src_len,byte *dst, uint *dst_len,void *wrkmem /* NOT USED */ );
+#include "minilzo.h"
static uint ReadLZO()
{