home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip540.zip / windll / windll16.def < prev    next >
Text File  |  1998-08-21  |  362b  |  20 lines

  1. ;module-definition file for Windows UnZip16 DLL -- used by link.exe
  2. LIBRARY UNZIP16 ; Library module name
  3.  
  4. DESCRIPTION 'Windows Info-ZIP UnZip16 DLL by Mike White'
  5.  
  6. CODE  PRELOAD FIXED
  7.  
  8. DATA  PRELOAD MOVEABLE
  9.  
  10. EXPORTS
  11.      Wiz_SingleEntryUnzip
  12.      UzpVersion
  13.      Wiz_Init
  14.      Wiz_SetOpts
  15.      Wiz_Unzip
  16.      Wiz_Validate
  17.      Wiz_NoPrinting
  18.      UzpVersion2
  19.  
  20.