home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip52.zip / wizdll / wizunz.def < prev    next >
Text File  |  1996-04-23  |  398b  |  18 lines

  1. ;module-definition file for Windows Unzip DLL -- used by link.exe
  2. LIBRARY WIZUNZ16 ; Library module name
  3.  
  4. DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.0 by Info-ZIP, Mike White 1996'
  5.  
  6. CODE  PRELOAD MOVEABLE
  7.  
  8. DATA  PRELOAD FIXED
  9.  
  10. HEAPSIZE  14000 ; need heap for buffers
  11. STACKSIZE 10000 ; need plenty of stack
  12.  
  13. EXPORTS
  14.      DllProcessZipFiles          ; actual entry point
  15.      LibMain
  16.      GetDllVersion
  17.  
  18.