summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
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()
{