mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(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'
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user