home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 15
/
AACD15.ISO
/
AACD
/
Utilities
/
UnRAR
/
src_amiga
/
compress.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-11-15
|
197 b
|
10 lines
#define MAXWINSIZE 0x100000
#define MAXWINMASK (MAXWINSIZE-1)
#define UNP_MEMORY MAXWINSIZE
void OldUnpack(UBYTE *UnpAddr,int Solid);
extern long DestUnpSize;
extern int Suspend;