home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Utilities / UnRAR / src_amiga / compress.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-15  |  197 b   |  10 lines

  1. #define MAXWINSIZE      0x100000
  2. #define MAXWINMASK      (MAXWINSIZE-1)
  3. #define UNP_MEMORY      MAXWINSIZE
  4.  
  5. void OldUnpack(UBYTE *UnpAddr,int Solid);
  6.  
  7. extern long DestUnpSize;
  8. extern int Suspend;
  9.  
  10.